File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 17
17
before_install :
18
18
# Setup Node.js version-specific dependencies
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
22
22
# Update Node.js modules
23
23
- " test ! -d node_modules || npm prune"
Original file line number Diff line number Diff line change 18
18
"vary" : " ~1.1.1"
19
19
},
20
20
"devDependencies" : {
21
- "eslint" : " 3.15.0" ,
22
- "eslint-config-standard" : " 6.2.1" ,
21
+ "eslint" : " 3.19.0" ,
22
+ "eslint-config-standard" : " 10.2.1" ,
23
+ "eslint-plugin-import" : " 2.7.0" ,
23
24
"eslint-plugin-markdown" : " 1.0.0-beta.6" ,
24
- "eslint-plugin-promise" : " 3.3.1" ,
25
- "eslint-plugin-standard" : " 2.0.1" ,
25
+ "eslint-plugin-node" : " 5.1.0" ,
26
+ "eslint-plugin-promise" : " 3.5.0" ,
27
+ "eslint-plugin-standard" : " 3.0.1" ,
26
28
"istanbul" : " 0.4.5" ,
27
29
"mocha" : " 2.4.5" ,
28
30
"supertest" : " 1.1.0"
You can’t perform that action at this time.
0 commit comments