1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 19:59:37 +00:00

chore: add required node version to package.json

This commit is contained in:
James Cook 2023-05-04 22:18:40 +01:00
parent 06300ec95a
commit 451f80062c
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"classcharts-api": patch
---
Specify the required node version

View file

@ -60,5 +60,8 @@
},
"files": [
"dist/**"
]
],
"engines": {
"node": ">=16"
}
}