Skip to content

Commit

Permalink
Merge pull request #163 from naturalatlas/latest-nan-node-pre-gyp
Browse files Browse the repository at this point in the history
Unbundle node-pre-gyp, update to latest nan
  • Loading branch information
Dane Springmeyer committed Apr 7, 2016
2 parents a717d61 + 54199fb commit f6933ca
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@
"scripts": {
"test": "mocha test -R tap --timeout 600000 --no-colors -gc --require ./test/_common.js",
"test-syntax": "eslint lib test --fix",
"preinstall":"npm install node-pre-gyp",
"install": "node-pre-gyp install --fallback-to-build",
"postpublish": "npm run publish-yuidoc",
"yuidoc": "yuidoc --extension .js,.cpp,.hpp",
"publish-yuidoc": "npm run yuidoc && node ./scripts/publish-docs.js"
},
"dependencies": {
"nan": "2.1.0",
"node-pre-gyp": "0.6.24"
"nan": "~2.2.1",
"node-pre-gyp": "~0.6.24"
},
"devDependencies": {
"aws-sdk": "~2.0.25",
Expand All @@ -57,9 +58,6 @@
"yuidoc-lucid-theme": "~0.1.1",
"yuidocjs": "~0.3.50"
},
"bundledDependencies": [
"node-pre-gyp"
],
"engines": {
"node": ">= 0.8.0"
},
Expand Down

0 comments on commit f6933ca

Please sign in to comment.