Skip to content

Commit 79a66df

Browse files
committed
remove prepublish and move jshint to devDep
1 parent 16ccebe commit 79a66df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111
"node": true
1212
},
1313
"scripts": {
14-
"prepublish": "jshint cookiejar.js && git tag $npm_package_version && git push origin master && git push origin --tags",
1514
"test": "node tests/test.js"
1615
},
1716
"repository": {
1817
"type": "git",
1918
"url": "https://github.com/bmeck/node-cookiejar.git"
2019
},
21-
"dependencies": {
20+
"devDependencies": {
2221
"jshint": "^2.8.0"
2322
}
2423
}

0 commit comments

Comments
 (0)