added minimum npm version

This commit is contained in:
Saud Fatayerji 2023-10-27 01:33:34 +03:00
parent 29a8107ae0
commit 4f500f2257
2 changed files with 6 additions and 1 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict=true

View File

@ -11,5 +11,9 @@
},
"devDependencies": {
"concurrently": "^8.2.2"
}
},
"engines" : {
"npm" : ">=7.24.2"
},
"engineStrict" : true
}