We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e52761 commit 25c0489Copy full SHA for 25c0489
package.json
@@ -13,10 +13,9 @@
13
"prepublish": "npm run-script build",
14
"test": "node ./test/run.js",
15
"lint": "bin/lint",
16
- "install": "npm install",
17
- "postinstall": "./release.sh"
+ "install": "npm run-script build && ./release.sh"
18
},
19
- "devDependencies": {
+ "dependencies": {
20
"blint": "^0.5.1",
21
"node-static": "0.6.0",
22
"phantomjs-prebuilt": "^2.1.12",
0 commit comments