IjzerenHein / firestorter

Use Google Firestore in React with zero effort, using MobX 🤘
http://firestorter.com
MIT License
378 stars 50 forks source link

lodash.isequal should be in dependencies, not in devDependencies #33

Closed Strate closed 6 years ago

Strate commented 6 years ago

lodash.isequal should be in dependencies, not in devDependencies

IjzerenHein commented 6 years ago

Whoops, you're right. I can imagine that breaks the build on react-native projects or when using the new ES modules output. Just fixed it and pushed a new version: https://github.com/IjzerenHein/firestorter/releases/tag/v0.15.3

Thanks for reporting

Strate commented 6 years ago

@IjzerenHein :+1: