Skip to content

Commit

Permalink
⬆️ nan@1.5.1 for iojs support
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Jan 16, 2015
1 parent c91d5e8 commit 106e3ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
, "bugs" : { "mail" : "node-mongodb-native@googlegroups.com"
, "url" : "https://github.com/mongodb/js-bson/issues" }
, "dependencies": {
"nan": "1.3.0"
"nan": "1.5.1"
}
, "devDependencies": {
"nodeunit": "0.9.0"
Expand All @@ -21,9 +21,9 @@
, "main": "./lib/bson/index"
, "directories" : { "lib" : "./lib/bson" }
, "engines" : { "node" : ">=0.6.19" }
, "scripts": {
"install" : "(node-gyp rebuild 2> builderror.log) || (exit 0)",
"test" : "nodeunit ./test/node && TEST_NATIVE=TRUE nodeunit ./test/node"
, "scripts": {
"install" : "(node-gyp rebuild 2> builderror.log) || (exit 0)",
"test" : "nodeunit ./test/node && TEST_NATIVE=TRUE nodeunit ./test/node"
}
, "browser": "lib/bson/bson.js"
, "licenses" : [ { "type" : "Apache License, Version 2.0"
Expand Down

0 comments on commit 106e3ab

Please sign in to comment.