Skip to content

Commit 71cea50

Browse files
ehmickysindresorhus
authored andcommitted
Simplify engines.node field (#323)
1 parent 8663361 commit 71cea50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "sindresorhus.com"
1111
},
1212
"engines": {
13-
"node": "^8.12.0 || ^9.7.0 || >=10"
13+
"node": "^8.12.0 || >=9.7.0"
1414
},
1515
"scripts": {
1616
"test": "xo && nyc ava && tsd"

0 commit comments

Comments
 (0)