Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #72 from Kyotoweb/master
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Nov 12, 2013
2 parents 6073203 + 10d0479 commit ca9064a
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 @@ -25,7 +25,7 @@
"<(module_root_dir)/deps/leveldb/leveldb.gyp:leveldb"
]
, "include_dirs" : [
"<!(node -p -e \"require('path').relative('.', require('path').dirname(require.resolve('nan')))\")"
"<!(node -e \"require('nan')\")"
]
, "sources": [
"src/batch.cc"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
, "main" : "index.js"
, "dependencies" : {
"bindings" : "~1.1.1"
, "nan" : "~0.4.3"
, "nan" : "~0.5.0"
}
, "devDependencies" : {
"tap" : "~0.4.1"
Expand Down

0 comments on commit ca9064a

Please sign in to comment.