Skip to content

Commit b57c8f6

Browse files
macklinuSimenB
authored andcommitted
chore: drop support for Node 4
BREAKING CHANGE: This commit requires Node >=6.
1 parent 6010624 commit b57c8f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ node_js:
33
- 10
44
- 8
55
- 6
6-
- 4
76
before_install:
87
- curl -o- -L https://yarnpkg.com/install.sh
98
- export PATH="$HOME/.yarn/bin:$PATH"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"index.js"
2222
],
2323
"engines": {
24-
"node": ">= 4"
24+
"node": ">=6"
2525
},
2626
"peerDependencies": {
2727
"eslint": ">=5"

0 commit comments

Comments
 (0)