Re-up dependencies
Showing
| ... | @@ -37,17 +37,16 @@ | ... | @@ -37,17 +37,16 @@ |
| "url": "git://github.com/mapbox/node-sqlite3.git" | "url": "git://github.com/mapbox/node-sqlite3.git" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "nan": "~2.3.3", | "nan": "~2.4.0", | ||
| "node-pre-gyp": "~0.6.28" | "node-pre-gyp": "~0.6.31" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "aws-sdk": "2.x", | "aws-sdk": "2.x", | ||
| "eslint": "3.5.0", | "eslint": "3.5.0", | ||
| "mocha": "2.x" | "mocha": "3.x" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "prepublish": "npm ls", | "prepublish": "npm ls", | ||
| "preinstall": "npm install node-pre-gyp", | |||
| "install": "node-pre-gyp install --fallback-to-build", | "install": "node-pre-gyp install --fallback-to-build", | ||
| "pretest": "node test/support/createdb.js", | "pretest": "node test/support/createdb.js", | ||
| "test": "mocha -R spec --timeout 480000" | "test": "mocha -R spec --timeout 480000" | ||
| ... | ... |
Please
register
or
sign in
to comment