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

Restrict NPM package manager

This commit is contained in:
AnxietyisReal 2023-08-27 20:27:16 +10:00
parent dbbee41cbd
commit 80a28de990
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": { "engines": {
"node": ">=18.17.0", "node": ">=18.17.0",
"yarn": ">=3.6.1" "yarn": ">=3.6.1",
"npm": "please use yarn instead of npm"
}, },
"packageManager": "yarn@3.6.3", "packageManager": "yarn@3.6.3",
"dependencies": { "dependencies": {