aleixrodriala / wa-tunnel

Tunneling Internet traffic over Whatsapp
MIT License
2.08k stars 96 forks source link

added pino to package.json for out-of-the-box npm install #9

Closed Northernside closed 1 year ago

Northernside commented 1 year ago

The pino dependency wasn't mentioned in the package.json file yet, so running npm install (or with any other package manager like pnpm oder bun (I love their package manager and bun in general <3)) wouldn't run and install everything "out of the box". Not dramatic though!

aleixrodriala commented 1 year ago

Fixed in #10 , thanks for your time anyway!