Skip to content

Commit 25c0489

Browse files
committed
Same as last commit
1 parent 0e52761 commit 25c0489

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
"prepublish": "npm run-script build",
1414
"test": "node ./test/run.js",
1515
"lint": "bin/lint",
16-
"install": "npm install",
17-
"postinstall": "./release.sh"
16+
"install": "npm run-script build && ./release.sh"
1817
},
19-
"devDependencies": {
18+
"dependencies": {
2019
"blint": "^0.5.1",
2120
"node-static": "0.6.0",
2221
"phantomjs-prebuilt": "^2.1.12",

0 commit comments

Comments
 (0)