We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b0722 commit cf4b8a6Copy full SHA for cf4b8a6
.travis.yml
@@ -59,7 +59,7 @@ before_install:
59
60
# Setup Node.js version-specific dependencies
61
- "node tool/install-nyc.js --nyc-optional"
62
- - "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 6 || npm rm --save-dev eslint"
+ - "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 8 || npm rm --save-dev eslint"
63
64
# Update Node.js modules
65
- "test ! -d node_modules || npm prune"
package.json
@@ -20,7 +20,7 @@
20
},
21
"devDependencies": {
22
"after": "0.8.2",
23
- "eslint": "5.16.0",
+ "eslint": "6.1.0",
24
"seedrandom": "3.0.5",
25
"timezone-mock": "0.0.7",
26
"urun": "0.0.8",
0 commit comments