We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ccebe commit 79a66dfCopy full SHA for 79a66df
1 file changed
package.json
@@ -11,14 +11,13 @@
11
"node": true
12
},
13
"scripts": {
14
- "prepublish": "jshint cookiejar.js && git tag $npm_package_version && git push origin master && git push origin --tags",
15
"test": "node tests/test.js"
16
17
"repository": {
18
"type": "git",
19
"url": "https://github.com/bmeck/node-cookiejar.git"
20
21
- "dependencies": {
+ "devDependencies": {
22
"jshint": "^2.8.0"
23
}
24
0 commit comments