Skip to content

Commit f119e14

Browse files
danielmcqbmeck
authored andcommitted
Updated 'package.json' to include the 'jshint' dependency.
Also included a fix for the test so that it works on systems which are not configured to execute node.js scripts.
1 parent 07cc859 commit f119e14

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

100644100755
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
},
1313
"scripts": {
1414
"prepublish": "jshint cookiejar.js && git tag $npm_package_version && git push origin master && git push origin --tags",
15-
"test": "tests/test.js"
15+
"test": "node tests/test.js"
1616
},
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/bmeck/node-cookiejar.git"
20+
},
21+
"dependencies": {
22+
"jshint": "^2.8.0"
2023
}
2124
}

0 commit comments

Comments
 (0)