mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
Allow Yarn, but not PNPM and Bun
This commit is contained in:
parent
4e9c7e0ade
commit
f8bb705436
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,10 @@
|
|||
"toobusy-js": "^0.5.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.x"
|
||||
"node": ">=18.0.0",
|
||||
"yarn": ">=1.22.0",
|
||||
"pnpm": "Please use NPM or Yarn instead",
|
||||
"bun": "Please use NPM or Yarn instead"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.com/ashpotter/poketube"
|
||||
|
|
Loading…
Reference in a new issue