File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ before_install:
22
22
- " npm config set shrinkwrap false"
23
23
# Setup Node.js version-specific dependencies
24
24
- " 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)"
26
26
# Update Node.js modules
27
27
- " test ! -d node_modules || npm prune"
28
28
- " test ! -d node_modules || npm rebuild"
Original file line number Diff line number Diff line change 18
18
},
19
19
"devDependencies" : {
20
20
"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" ,
23
23
"eslint-plugin-import" : " 2.14.0" ,
24
24
"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" ,
28
28
"istanbul" : " 0.4.5" ,
29
29
"mocha" : " 2.5.3" ,
30
30
"supertest" : " 1.1.0"
You can’t perform that action at this time.
0 commit comments