AlexGalays/immupdate

npmignore build files

zaach opened this issue · 4 comments

zaach commented

I want to use this in a React Native project but its packager tries to compile everything in node_modules, which snags on the .babelrc in this package directory because the project doesn't have the same babel presets installed. Ignoring .babelrc (and the other build files for good measure) and pushing a new version should fix it.

Just released immupdate 0.2.1 which should fix your issue.

zaach commented

Perhaps the publish didn't go through correctly, but the lib directory is missing in 0.2.1!

Weird... Switched to just listing all files explicitly in package.json. Please test 0.2.2

zaach commented

Works great! Thanks.