mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 00:57:59 +00:00
Allow Yarn, but not PNPM and Bun
This commit is contained in:
parent
4e9c7e0ade
commit
f8bb705436
@ -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 New Issue
Block a user