Skip to content

Commit cf4b8a6

Browse files
committed
build: eslint@6.1.0
1 parent 40b0722 commit cf4b8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ before_install:
5959

6060
# Setup Node.js version-specific dependencies
6161
- "node tool/install-nyc.js --nyc-optional"
62-
- "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 6 || npm rm --save-dev eslint"
62+
- "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 8 || npm rm --save-dev eslint"
6363

6464
# Update Node.js modules
6565
- "test ! -d node_modules || npm prune"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"after": "0.8.2",
23-
"eslint": "5.16.0",
23+
"eslint": "6.1.0",
2424
"seedrandom": "3.0.5",
2525
"timezone-mock": "0.0.7",
2626
"urun": "0.0.8",

0 commit comments

Comments
 (0)