chore: update engine field in package.json
This commit is contained in:
parent
ebf6a2fea4
commit
432390f2d3
|
@ -2,6 +2,9 @@
|
||||||
"name": "accords-library-scripts",
|
"name": "accords-library-scripts",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18.13.0"
|
||||||
|
},
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue