Skip to content

Commit a4f7c2c

Browse files
authored
Merge pull request #1020 from plotly/node-version
Require Node.js v10 or above
2 parents 90a534e + 7b429f1 commit a4f7c2c

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)