8000 Add jshint as a "lint" alias command · chewax/log4js-node@d720ea6 · GitHub
[go: up one dir, main page]

Skip to content

Commit d720ea6

Browse files
author
Guillaume Chauvet
committed
Add jshint as a "lint" alias command
1 parent e929d6f commit d720ea6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"node": ">=0.8"
2323
},
2424
"scripts": {
25-
"test": "vows --spec"
25+
"test": "vows --spec",
26+
"lint": "jshint lib test"
2627
},
2728
"directories": {
2829
"test": "test",
@@ -35,9 +36,10 @@
3536
"underscore": "1.8.2"
3637
},
3738
"devDependencies": {
38-
"vows": "0.7.0",
39+
"jshint": "2.9.0",
3940
"sandboxed-module": "0.1.3",
40-
"underscore": "1.2.1"
41+
"underscore": "1.2.1",
42+
"vows": "0.7.0"
4143
},
4244
"browser": {
4345
"os": false

0 commit comments

Comments
 (0)
0