alexgorbatchev / crc

Blazingly fast CRC implementations for node.js and browser
MIT License
349 stars 72 forks source link

Move babel config to babelrc #42

Closed zamiang closed 8 years ago

zamiang commented 8 years ago

Move babel config .babelrc to allow node-crc to be imported into react-native projects. For a bit more context: https://github.com/facebook/react-native/issues/4062

Since you use the files declaration already we don't need to set that up or ignore the babelrc in npmignore.

alexgorbatchev commented 8 years ago

Thanks!