Commit bf2e9293 by Nick Schonning

Run JSHint when testing

parent b7574c98
......@@ -26,6 +26,7 @@
"scripts": {
"install": "node build.js",
"test": "mocha test",
"pretest": "jshint .",
"prepublish": "bash scripts/prepublish.sh"
},
"bin": {
......@@ -42,5 +43,8 @@
"mocha": "1.13.x",
"chalk": "~0.3.0",
"nan": "~0.6.0"
},
"devDependencies": {
"jshint": "~2.4.0"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment