Skip to content

Commit

Permalink
Update engines field in package.json (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored and sindresorhus committed Jun 25, 2019
1 parent dd31d2c commit 8663361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
"node": "^8.12.0 || ^9.7.0 || >=10"
},
"scripts": {
"test": "xo && nyc ava && tsd"
Expand Down

0 comments on commit 8663361

Please sign in to comment.