add jshint to build

This commit is contained in:
Awal Garg 2017-12-21 02:02:02 +05:30 committed by Fabian
parent 7997defdfb
commit 243ffce941
6 changed files with 47 additions and 0 deletions

View file

@ -7,5 +7,8 @@
"license": "BSD-2-Clause",
"scripts": {
"test": "node tests/full/run.js"
},
"devDependencies": {
"jshint": "^2.9.5"
}
}