feat: update engine

This commit is contained in:
Ayobami
2025-07-07 14:21:06 +01:00
parent 6a9db34a6e
commit fa9788a10f
+3
View File
@@ -3,6 +3,9 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"engines":{
"node": "18.x"
},
"scripts": {
"start": "cross-env NODE_ENV=development webpack serve --config config/webpack.dev.js",
"prep": "yarn && yarn prepare-husky && yarn start",