Commit 6c33c6d 1 parent b1a0dbe commit 6c33c6d Copy full SHA for 6c33c6d
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ before_install:
17
17
# Setup Node.js version-specific dependencies
18
18
- " test $TRAVIS_NODE_VERSION != '0.6' || npm rm --save-dev istanbul"
19
19
- " test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
20
- - " test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 4 || npm rm --save-dev eslint eslint-config-standard eslint-plugin-markdown eslint-plugin-promise eslint-plugin-standard "
20
+ - " test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 4 || npm rm --save-dev $(grep -E ' \" eslint\\ S* \" ' package.json | cut -d' \" ' -f2) "
21
21
script :
22
22
# Run test script, depending on istanbul install
23
23
- " test ! -z $(npm -ps ls istanbul) || npm test"
Original file line number Diff line number Diff line change 17
17
"repository" : " jshttp/fresh" ,
18
18
"devDependencies" : {
19
19
"eslint" : " 3.19.0" ,
20
- "eslint-config-standard" : " 7.0.0" ,
20
+ "eslint-config-standard" : " 10.2.1" ,
21
+ "eslint-plugin-import" : " 2.2.0" ,
21
22
"eslint-plugin-markdown" : " 1.0.0-beta.4" ,
23
+ "eslint-plugin-node" : " 4.2.2" ,
22
24
"eslint-plugin-promise" : " 3.5.0" ,
23
- "eslint-plugin-standard" : " 2.1 .1" ,
25
+ "eslint-plugin-standard" : " 3.0 .1" ,
24
26
"istanbul" : " 0.4.5" ,
25
27
"mocha" : " 1.21.5"
26
28
},
You can’t perform that action at this time.
0 commit comments