mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
chore: add required node version to package.json
This commit is contained in:
parent
06300ec95a
commit
451f80062c
2 changed files with 9 additions and 1 deletions
5
.changeset/lucky-horses-guess.md
Normal file
5
.changeset/lucky-horses-guess.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"classcharts-api": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Specify the required node version
|
||||||
|
|
@ -60,5 +60,8 @@
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**"
|
"dist/**"
|
||||||
]
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=16"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue