Commit 34e1a409 by Dane Springmeyer

prepublish is deprecated in npm@5

parent d18c1e97
...@@ -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