Commit 34e1a409 by Dane Springmeyer

prepublish is deprecated in npm@5

parent d18c1e97
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
"nan": "~2.6.2", "nan": "~2.6.2",
"node-pre-gyp": "~0.6.36" "node-pre-gyp": "~0.6.36"
}, },
"bundledDependencies": [ "bundledDependencies": [
"node-pre-gyp" "node-pre-gyp"
], ],
"devDependencies": { "devDependencies": {
"node-gyp": "^3.6.1", "node-gyp": "^3.6.1",
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
"mocha": "3.x" "mocha": "3.x"
}, },
"scripts": { "scripts": {
"prepublish": "npm ls", "prepublishOnly": "npm ls",
"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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment