brianreavis / sifter.js

A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.
1.09k stars 125 forks source link

add .babelrc to .npmignore #50

Closed meriadec closed 7 years ago

meriadec commented 7 years ago

Hi,

I'm encountering a problem using sifter in a react-native project: the .babelrc is (strangely) handled by the react-native bundler, and try to load the babel-plugin-add-module-export (that I don't have). See this issue for context: https://github.com/facebook/react-native/issues/4062

Thanks !

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 93.434% when pulling 2e90039a685a76fb58d66268dcaf2443241b5817 on meriadec:master into 4ba7422542bf188c1fdb4bbc341fc4fcc1ff0680 on brianreavis:master.

meriadec commented 7 years ago

NVM. Wrong repo (lol).