8000 Remove jshint support : node 0.8.0 not works with streams · chewax/log4js-node@27b9b6e · GitHub
[go: up one dir, main page]

Skip to content

Commit 27b9b6e

Browse files
author
Guillaume Chauvet
committed
Remove jshint support : node 0.8.0 not works with streams
1 parent 4561d17 commit 27b9b6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"node": ">=0.8"
2323
},
2424
"scripts": {
25-
"test": "vows --spec",
26-
"lint": "jshint lib test"
25+
"test": "vows --spec"< 7297 /div>
2726
},
2827
"directories": {
2928
"test": "test",
@@ -36,7 +35,6 @@
3635
"underscore": "1.8.2"
3736
},
3837
"devDependencies": {
39-
"jshint": "2.9.1-rc1",
4038
"sandboxed-module": "0.1.3",
4139
"underscore": "1.2.1",
4240
"vows": "0.7.0"

0 commit comments

Comments
 (0)
0