Skip to content

Commit 7aab4bd

Browse files
committed
Re-up dependencies
1 parent a44e769 commit 7aab4bd

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,16 @@
3737
"url": "git://github.com/mapbox/node-sqlite3.git"
3838
},
3939
"dependencies": {
40-
"nan": "~2.3.3",
41-
"node-pre-gyp": "~0.6.28"
40+
"nan": "~2.4.0",
41+
"node-pre-gyp": "~0.6.31"
4242
},
4343
"devDependencies": {
4444
"aws-sdk": "2.x",
4545
"eslint": "3.5.0",
46-
"mocha": "2.x"
46+
"mocha": "3.x"
4747
},
4848
"scripts": {
4949
"prepublish": "npm ls",
50-
"preinstall": "npm install node-pre-gyp",
5150
"install": "node-pre-gyp install --fallback-to-build",
5251
"pretest": "node test/support/createdb.js",
5352
"test": "mocha -R spec --timeout 480000"

0 commit comments

Comments
 (0)