File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2424before_install :
2525 # Setup Node.js version-specific dependencies
2626 - " test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
27- - " 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"
28-
27+ - " test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 4 || npm rm --save-dev $(grep -E '\" eslint\\ S*\" ' package.json | cut -d'\" ' -f2)"
2928 # Update Node.js modules
3029 - " test ! -d node_modules || npm prune"
3130 - " test ! -d node_modules || npm rebuild"
Original file line number Diff line number Diff line change 2222 },
2323 "devDependencies" : {
2424 "eslint" : " 3.19.0" ,
25- "eslint-config-standard" : " 7.0.0" ,
25+ "eslint-config-standard" : " 10.2.1" ,
26+ "eslint-plugin-import" : " 2.2.0" ,
2627 "eslint-plugin-markdown" : " 1.0.0-beta.6" ,
28+ "eslint-plugin-node" : " 4.2.2" ,
2729 "eslint-plugin-promise" : " 3.5.0" ,
28- "eslint-plugin-standard" : " 2.1 .1" ,
30+ "eslint-plugin-standard" : " 3.0 .1" ,
2931 "istanbul" : " 0.4.5" ,
3032 "methods" : " 1.1.2" ,
3133 "mocha" : " 2.5.3" ,
You can’t perform that action at this time.
0 commit comments