From 1a35d8a7b5f64f331fdad59964967a130764018b Mon Sep 17 00:00:00 2001 From: Chris Bianca Date: Thu, 21 Dec 2017 09:31:46 +0000 Subject: [PATCH] Remove unnecessary configuration files from npm build #698 --- .npmignore | 9 +++++++++ package.json | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 4f4a63e3..17082b9a 100644 --- a/.npmignore +++ b/.npmignore @@ -11,6 +11,15 @@ npm-debug.log project.xcworkspace/ xcuserdata/ +# Config files +.babelrc +.editorconfig +.eslintrc +.flowconfig +.watchmanconfig +buddybuild_postclone.sh +jsconfig.json + # Example example/ diff --git a/package.json b/package.json index cc3641f6..adad4656 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,8 @@ "firestack", "performance", "firestore", - "dynamic-links" + "dynamic-links", + "crashlytics" ], "peerDependencies": { "react": "*",