update engine

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