Add jshint as a "lint" alias command

This commit is contained in:
Guillaume Chauvet 2015-11-23 11:54:53 +01:00
parent e929d6f05f
commit d720ea6767

View File

@ -22,7 +22,8 @@
"node": ">=0.8"
},
"scripts": {
"test": "vows --spec"
"test": "vows --spec",
"lint": "jshint lib test"
},
"directories": {
"test": "test",
@ -35,9 +36,10 @@
"underscore": "1.8.2"
},
"devDependencies": {
"vows": "0.7.0",
"jshint": "2.9.0",
"sandboxed-module": "0.1.3",
"underscore": "1.2.1"
"underscore": "1.2.1",
"vows": "0.7.0"
},
"browser": {
"os": false