From 7e2a47897140048c883be9aaa109627a464f2b8f Mon Sep 17 00:00:00 2001 From: Ville Immonen Date: Sun, 6 Dec 2015 14:42:51 +0200 Subject: [PATCH] Add .babelrc to .npmignore Latest versions of react-native use Babel 6, which tries to read the options from .babelrc in the installed reindex-js package and fails because it has options for Babel 5. As a fix to this, remove .babelrc from the published package by adding it to .npmignore. (See: https://github.com/facebook/react-native/issues/4062) --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index c21cda5..c60a69d 100644 --- a/.npmignore +++ b/.npmignore @@ -4,3 +4,4 @@ src test examples coverage +.babelrc