File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
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
# Update Node.js modules
22
22
- " test ! -d node_modules || npm prune"
23
23
- " test ! -d node_modules || npm rebuild"
Original file line number Diff line number Diff line change 16
16
},
17
17
"devDependencies" : {
18
18
"eslint" : " 3.19.0" ,
19
- "eslint-config-standard" : " 6.2.1" ,
19
+ "eslint-config-standard" : " 10.2.1" ,
20
+ "eslint-plugin-import" : " 2.2.0" ,
20
21
"eslint-plugin-markdown" : " 1.0.0-beta.4" ,
21
- "eslint-plugin-promise" : " 3.4.0" ,
22
- "eslint-plugin-standard" : " 2.0.1" ,
22
+ "eslint-plugin-node" : " 4.2.2" ,
23
+ "eslint-plugin-promise" : " 3.5.0" ,
24
+ "eslint-plugin-standard" : " 3.0.1" ,
23
25
"istanbul" : " 0.4.5" ,
24
26
"mocha" : " 2.5.3" ,
25
27
"supertest" : " 1.1.0"
You can’t perform that action at this time.
0 commit comments