1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 00:10:58 -05:00

Restrict NPM package manager

This commit is contained in:
toast-ts 2023-08-27 20:27:16 +10:00
parent 15ee06a88e
commit 4e9ed492a7
2 changed files with 3 additions and 1 deletions

1
.npmrc Normal file
View File

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

View File

@ -23,7 +23,8 @@
],
"engines": {
"node": ">=18.17.0",
"yarn": ">=3.6.1"
"yarn": ">=3.6.1",
"npm": "please use yarn instead of npm"
},
"packageManager": "yarn@3.6.3",
"dependencies": {