Adds jshint as a dev dependency and uses the local installtion.

This commit is contained in:
George Politis 2015-09-15 20:25:10 -05:00
parent e3adafa44e
commit 1bb6e72855
1 changed files with 2 additions and 1 deletions

View File

@ -29,12 +29,13 @@
},
"devDependencies": {
"precommit-hook": "3.0.0",
"jshint": "2.8.0",
"uglify-js": "2.4.24",
"browserify": "11.1.x"
},
"license": "Apache-2.0",
"scripts": {
"lint": "jshint ."
"lint": "./node_modules/.bin/jshint ."
},
"pre-commit": ["lint"]
}