File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ before_install:
2222 - " npm config set shrinkwrap false"
2323 # Setup Node.js version-specific dependencies
2424 - " test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
25- - " test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 4 || npm rm --save-dev $(grep -E '\" eslint\\ S*\" ' package.json | cut -d'\" ' -f2)"
25+ - " test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 6 || npm rm --save-dev $(grep -E '\" eslint\\ S*\" ' package.json | cut -d'\" ' -f2)"
2626 # Update Node.js modules
2727 - " test ! -d node_modules || npm prune"
2828 - " test ! -d node_modules || npm rebuild"
Original file line number Diff line number Diff line change 1818 },
1919 "devDependencies" : {
2020 "deep-equal" : " 1.0.1" ,
21- "eslint" : " 4.19.1 " ,
22- "eslint-config-standard" : " 11 .0.0" ,
21+ "eslint" : " 5.8.0 " ,
22+ "eslint-config-standard" : " 12 .0.0" ,
2323 "eslint-plugin-import" : " 2.14.0" ,
2424 "eslint-plugin-markdown" : " 1.0.0-beta.6" ,
25- "eslint-plugin-node" : " 6 .0.1" ,
26- "eslint-plugin-promise" : " 3.8.0 " ,
27- "eslint-plugin-standard" : " 3.1 .0" ,
25+ "eslint-plugin-node" : " 7 .0.1" ,
26+ "eslint-plugin-promise" : " 4.0.1 " ,
27+ "eslint-plugin-standard" : " 4.0 .0" ,
2828 "istanbul" : " 0.4.5" ,
2929 "mocha" : " 2.5.3" ,
3030 "supertest" : " 1.1.0"
You can’t perform that action at this time.
0 commit comments