Skip to content

Commit 37a96dc

Browse files
committed
Adding node v8 and v10 as supported engines
1 parent 2abefb8 commit 37a96dc

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
@@ -83,6 +83,6 @@
8383
"react-dom": "^15.3.0 || ^16.0.0"
8484
},
8585
"engines": {
86-
"node": "^12"
86+
"node": "^12 || ^10 || ^8"
8787
}
8888
}

0 commit comments

Comments
 (0)