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"
},
"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"