Skip to content

Commit 286bf71

Browse files
LinusUsindresorhus
authored andcommitted
Upgrade engines field to Node.js >=8.3 support (#31)
1 parent 7c8547e commit 286bf71

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"
13+
"node": ">=8.3"
1414
},
1515
"scripts": {
1616
"test": "xo && ava && tsd"

0 commit comments

Comments
 (0)