Skip to content

Commit

Permalink
switch back to nan
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolalysenko committed Oct 20, 2015
1 parent 704bba0 commit 7690a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'src/webgl.cc'
],
'include_dirs': [
"<!(node -e \"require('nan-typedarrays')\")",
"<!(node -e \"require('nan')\")",
'<(module_root_dir)/deps/include',
"angle/include"
],
Expand All @@ -41,10 +41,8 @@
['OS=="win"',
{
'include_dirs': [
'./deps/glew/include'
],
'library_dirs': [
'./deps/glew/windows/lib/<(target_arch)'
],
'libraries': [
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"bindings": "^1.2.1",
"bit-twiddle": "^1.0.2",
"glsl-tokenizer": "^2.0.2",
"nan-typedarrays": "^1.0.0",
"nan": "^2.1.0",
"node-gyp": "^3.0.2",
"prebuild": "^2.5.1"
},
Expand Down

0 comments on commit 7690a04

Please sign in to comment.