1
Fork 0

Allow Yarn, but not PNPM and Bun

This commit is contained in:
Korbs 2023-10-02 11:44:02 -04:00
parent 4e9c7e0ade
commit f8bb705436

View file

@ -33,7 +33,10 @@
"toobusy-js": "^0.5.1" "toobusy-js": "^0.5.1"
}, },
"engines": { "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": { "repository": {
"url": "https://github.com/ashpotter/poketube" "url": "https://github.com/ashpotter/poketube"