alexandria-reader / backend

Alexandria reading app back end
https://tryalexandria.com/
6 stars 1 forks source link

@types/dotenv not necessary as a dev dependencies #150

Closed medic-code closed 1 year ago

medic-code commented 1 year ago

Currently when installing the dependencies @types/dotenv is included. When running npm install

npm WARN deprecated @types/dotenv@8.2.0: This is a stub types definition. dotenv provides its own type definitions, so you do not need this installed.

Appears.

Happy to make changes locally and submit PR if that's okay.

eamon0989 commented 1 year ago

That would be great, just request a review once it's ready. Thanks for contributing!

medic-code commented 1 year ago

I've created a new PR for this just FYI.