diff --git a/.jshintignore b/.jshintignore new file mode 120000 index 0000000..3e4e48b --- /dev/null +++ b/.jshintignore @@ -0,0 +1 @@ +.gitignore \ No newline at end of file diff --git a/package.json b/package.json index f5e20d6..9dcba1e 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "Transaction Middleware for Azul.js", "main": "index.js", "scripts": { - "test": "istanbul cover node_modules/.bin/_mocha --report html --", - "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly --" + "test": "jshint . && istanbul cover node_modules/.bin/_mocha --report html --", + "test-travis": "jshint . && istanbul cover node_modules/.bin/_mocha --report lcovonly --" }, "files": [ "index.js",