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:
parent
dbbee41cbd
commit
80a28de990
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user