Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit 726e3e1

Browse files
chore: drop support for node < 8
1 parent 3ac9b8f commit 726e3e1

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
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- 6
43
- 8
54
- 10
65
- 12

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
55
"main": "index.js",
66
"engines": {
7-
"node": ">=6.0.0"
7+
"node": ">=8.0.0"
88
},
99
"scripts": {
1010
"test": "eslint --ignore-pattern 'test/*' . && jest"

0 commit comments

Comments
 (0)