We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44e769 commit 7aab4bdCopy full SHA for 7aab4bd
1 file changed
package.json
@@ -37,17 +37,16 @@
37
"url": "git://github.com/mapbox/node-sqlite3.git"
38
},
39
"dependencies": {
40
- "nan": "~2.3.3",
41
- "node-pre-gyp": "~0.6.28"
+ "nan": "~2.4.0",
+ "node-pre-gyp": "~0.6.31"
42
43
"devDependencies": {
44
"aws-sdk": "2.x",
45
"eslint": "3.5.0",
46
- "mocha": "2.x"
+ "mocha": "3.x"
47
48
"scripts": {
49
"prepublish": "npm ls",
50
- "preinstall": "npm install node-pre-gyp",
51
"install": "node-pre-gyp install --fallback-to-build",
52
"pretest": "node test/support/createdb.js",
53
"test": "mocha -R spec --timeout 480000"
0 commit comments