feat: update engine
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"engines":{
|
||||||
|
"node": "18.x"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "cross-env NODE_ENV=development webpack serve --config config/webpack.dev.js",
|
"start": "cross-env NODE_ENV=development webpack serve --config config/webpack.dev.js",
|
||||||
"prep": "yarn && yarn prepare-husky && yarn start",
|
"prep": "yarn && yarn prepare-husky && yarn start",
|
||||||
|
|||||||
Reference in New Issue
Block a user