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": "*",