Skip to content

Commit

Permalink
Added jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Mar 24, 2015
1 parent eb34260 commit 14b4eb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
"url": "git://github.com/bezoerb/gulp-htmlhint.git"
},
"scripts": {
"test": "jshint . && mocha test/*.js"
"test": "node_modules/.bin/jshint . && mocha test/*.js"
},
"dependencies": {
"gulp-util": "^3.0.0",
"htmlhint": "^0.9.5",
"through2": "^0.6.3"
},
"devDependencies": {
"jshint": "^2.6.3",
"mocha": "^2.2.1",
"should": "^5.2.0",
"vinyl-fs": "^1.0.0"
Expand Down

0 comments on commit 14b4eb7

Please sign in to comment.