Skip to content

Commit

Permalink
chore: drop support for node < 8
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed May 3, 2019
1 parent 3ac9b8f commit 726e3e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 6
- 8
- 10
- 12
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
"main": "index.js",
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"scripts": {
"test": "eslint --ignore-pattern 'test/*' . && jest"
Expand Down

0 comments on commit 726e3e1

Please sign in to comment.