Skip to content

Commit 7b429f1

Browse files
committed
Require Node.js v10 or above
1 parent 90a534e commit 7b429f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@
105105
"react": ">15",
106106
"react-dom": ">15"
107107
},
108+
"engines": {
109+
"node": ">=10.0.0"
110+
},
108111
"homepage": "https://plotly.github.io/react-chart-editor/",
109112
"jest": {
110113
"roots": [

0 commit comments

Comments
 (0)