Skip to content

Commit a5ccc38

Browse files
committed
Fix to install dev dependencies on release
1 parent 5509b5b commit a5ccc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint": "bin/lint",
1616
"install": "npm run-script build && ./release.sh"
1717
},
18-
"devDependencies": {
18+
"dependencies": {
1919
"blint": "^1",
2020
"node-static": "0.6.0",
2121
"phantomjs-prebuilt": "^2.1.12",

0 commit comments

Comments
 (0)