miukimiu / react-kawaii

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

Is Yarn or npm preferred? #49

Closed ZhangYiJiang closed 5 years ago

ZhangYiJiang commented 5 years ago

The repo currently has both yarn.lock and package-lock.json. It is not a good idea to use both since they may go out of sync - can I check which is preferred, and have the lockfile used by the other package manager deleted?

miukimiu commented 5 years ago

Hi @ZhangYiJiang,

package-lock.json is preferred.

Thanks!