fac-14 / Week3TakingAIME

TFL + Giphy API Project
MIT License
2 stars 3 forks source link

Dependencies and devDependencies #22

Open samhstn opened 6 years ago

samhstn commented 6 years ago

The package.json should have separate dependencies and devDependencies depending on what deps are needed in production and what dependencies are needed for local development.

I would separate the package.json here.

See here for an example of this.