nicolaslopezj / meteor-apollo-accounts

Meteor accounts in GraphQL
MIT License
146 stars 37 forks source link

move devDependencies into devDependencies #95

Open smeijer opened 4 years ago

smeijer commented 4 years ago

Some modules are marked as being a dependency, while they are actually devDependencies. This should be corrected:

https://github.com/orionsoft/meteor-apollo-accounts/blob/81fcae3ca87cab9182d51ae5fbb7ec08415176c7/client/package.json#L40-L44

I ran against this issue while migrating my frontend from Meteor to be create-react-app compatible.