Skip to content

Commit

Permalink
fix: node version dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Dec 17, 2023
1 parent f162348 commit 69849d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"type": "git",
"url": "https://github.com/klinecharts/KLineChart"
},
"bugs": {
"url": "https://github.com/klinecharts/KLineChart/issues"
},
"homepage": "https://klinecharts.com/",
"keywords": [
"k-line",
"time-line",
Expand Down Expand Up @@ -52,7 +56,7 @@
"docs:deploy": "npm run docs:build && gh-pages -d website"
},
"engines": {
"node": ">=18.0.0"
"node": ">=0.10.0"
},
"devDependencies": {
"@babel/standalone": "^7.23.2",
Expand Down

0 comments on commit 69849d7

Please sign in to comment.