Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit d37b108

Browse files
lukebatchelormichael-ciniawsky
authored andcommitted
fix(package): relax node version range (engines) (#155)
1 parent fb465ad commit d37b108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"bin": "",
1111
"main": "dist/cjs.js",
1212
"engines": {
13-
"node": ">= 6.9.0 < 7.0.0 || >= 8.9.0"
13+
"node": ">= 6.9.0"
1414
},
1515
"scripts": {
1616
"start": "npm run build -- -w",

0 commit comments

Comments
 (0)