Skip to content

Commit

Permalink
Simplify engines.node field (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored and sindresorhus committed Jun 26, 2019
1 parent 8663361 commit 71cea50
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.12.0 || ^9.7.0 || >=10"
"node": "^8.12.0 || >=9.7.0"
},
"scripts": {
"test": "xo && nyc ava && tsd"
Expand Down

0 comments on commit 71cea50

Please sign in to comment.