Browse Source

jshint: added npm posttest lint

revert-array-changes
iamcharliegoddard 9 years ago
parent
commit
466281ad53
  1. 4
      package.json

4
package.json

@ -11,7 +11,9 @@
},
"main": "lib/",
"scripts": {
"test": "node ./runtests"
"test": "node ./runtests",
"lint": "jshint lib test runtests.js",
"posttest": "jshint lib test runtests.js"
},
"engines": {
"node": "*"

Loading…
Cancel
Save