leoasis / redux-immutable-state-invariant

Redux middleware that detects mutations between and outside redux dispatches. For development use only.
MIT License
937 stars 37 forks source link

Add .babelrc to .npmignore for React Native compatibility #11

Closed lelandrichardson closed 8 years ago

lelandrichardson commented 8 years ago

As discussed here: https://github.com/facebook/react-native/issues/4062 , having .babelrc publish to NPM conflicts with parent projects that are using babel 6.

leoasis commented 8 years ago

Ah interesting. :+1: Thanks for the contribution!