diff --git a/package.json b/package.json index 4fc0ee138..3e3b52e8c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "test" }, "scripts": { - "test": "mocha-phantomjs test/index.html && make && mocha-phantomjs test/index_packaged.html" + "test": "jshint js/id && mocha-phantomjs test/index.html && make && mocha-phantomjs test/index_packaged.html" }, "repository": { "type": "git", @@ -24,6 +24,7 @@ "smash": "0.0", "uglify-js": "~2.2.5", "maki": "0.1", + "jshint": "2.3.0", "mocha": "~1.12", "mocha-phantomjs": "~3.1.0", "chai": "~1.4",