miukimiu / react-kawaii

Cute SVG React Components
https://react-kawaii.vercel.app/
MIT License
2.91k stars 104 forks source link

Why is this a dev dependency? #27

Closed kvrmd closed 6 years ago

kvrmd commented 6 years ago

Hi. I noticed the instructions say to install this module with npm install --save-dev. Shouldn't this be npm install?

miukimiu commented 6 years ago

HI @kvrmd, I will change it to --save.

I just like to have the packages that I install in my projects as dependencies. But you're right it shouldn't be a development dependency.

Always learning!