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 56129d0 commit 5bea43cCopy full SHA for 5bea43c
.travis.yml
@@ -58,7 +58,7 @@ before_install:
58
59
# Setup Node.js version-specific dependencies
60
- "node tool/install-nyc.js --nyc-optional"
61
- - "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 4 || npm rm --save-dev eslint"
+ - "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 6 || npm rm --save-dev eslint"
62
63
# Update Node.js modules
64
- "test ! -d node_modules || npm prune"
package.json
@@ -20,7 +20,7 @@
20
},
21
"devDependencies": {
22
"after": "0.8.2",
23
- "eslint": "4.19.1",
+ "eslint": "5.15.1",
24
"seedrandom": "3.0.1",
25
"timezone-mock": "0.0.7",
26
"urun": "0.0.8",
0 commit comments