Skip to content

Commit

Permalink
Add Node 11 support (#9037)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy authored and suchipi committed Nov 18, 2018
1 parent 20a9d71 commit 8869660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -71,7 +71,7 @@
"webpack-stream": "^4.0.0"
},
"engines": {
"node": ">= 6.9.0 <= 11.0.0-0",
"node": ">= 6.9.0 < 12.0.0",
"npm": ">= 3.x <= 6.x",
"yarn": ">=0.27.5 || >=1.0.0-20170811"
},
Expand Down

0 comments on commit 8869660

Please sign in to comment.