Skip to content

Commit

Permalink
remove prepublish and move jshint to devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck committed Nov 11, 2015
1 parent 16ccebe commit 79a66df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
"node": true
},
"scripts": {
"prepublish": "jshint cookiejar.js && git tag $npm_package_version && git push origin master && git push origin --tags",
"test": "node tests/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bmeck/node-cookiejar.git"
},
"dependencies": {
"devDependencies": {
"jshint": "^2.8.0"
}
}

0 comments on commit 79a66df

Please sign in to comment.