Skip to content

Commit

Permalink
binding: use new "nan" binding syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Nov 10, 2013
1 parent 201db6d commit 4eddd8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'target_name': 'weakref',
'sources': [ 'src/weakref.cc' ],
'include_dirs': [
"<!(node -p -e \"require('path').relative('.', require('path').dirname(require.resolve('nan')))\")"
'<!(node -e "require(\'nan\')")'
]
}]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"bindings": "*",
"nan": "https://github.com/TooTallNate/nan/archive/add%2FNAN_INDEX_macros.tar.gz"
"nan": "https://github.com/rvagg/nan/archive/0.5.0-wip.tar.gz"
},
"devDependencies": {
"mocha": "~1.14.0"
Expand Down

0 comments on commit 4eddd8a

Please sign in to comment.