File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ before_install:
2525 # Setup Node.js version-specific dependencies
2626 - |
2727 # eslint for linting
28- # - remove on Node.js < 4
28+ # - remove on Node.js < 6
2929 if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -lt 6 ]]; then
3030 node -pe 'Object.keys(require("./package").devDependencies).join("\n")' | \
3131 grep -E '^eslint(-|$)' | \
Original file line number Diff line number Diff line change 1414 "safe-buffer" : " 5.1.1"
1515 },
1616 "devDependencies" : {
17- "eslint" : " 4.19.1 " ,
18- "eslint-config-standard" : " 11 .0.0" ,
19- "eslint-plugin-import" : " 2.12 .0" ,
17+ "eslint" : " 5.6.0 " ,
18+ "eslint-config-standard" : " 12 .0.0" ,
19+ "eslint-plugin-import" : " 2.14 .0" ,
2020 "eslint-plugin-markdown" : " 1.0.0-beta.6" ,
21- "eslint-plugin-node" : " 6 .0.1" ,
22- "eslint-plugin-promise" : " 3.8.0 " ,
23- "eslint-plugin-standard" : " 3 .0.1 " ,
21+ "eslint-plugin-node" : " 7 .0.1" ,
22+ "eslint-plugin-promise" : " 4.0.1 " ,
23+ "eslint-plugin-standard" : " 4 .0.0 " ,
2424 "istanbul" : " 0.4.5" ,
2525 "mocha" : " 2.5.3"
2626 },
You can’t perform that action at this time.
0 commit comments