Skip to content

Commit

Permalink
fix: relax node engine (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Aug 8, 2019
1 parent 9e5a45d commit 2a51502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,7 +63,7 @@
"chokidar": "^2.1.6"
},
"engines": {
"node": ">= 6.9.0 || >= 8.9.0"
"node": ">= 6.9.0"
},
"peerDependencies": {
"webpack": "^3.0.0 || ^4.0.0"
Expand Down

0 comments on commit 2a51502

Please sign in to comment.