From d71ffd569f109898f7416276e7acfac89707b1db Mon Sep 17 00:00:00 2001 From: Salakar Date: Fri, 17 Mar 2017 13:27:04 +0000 Subject: [PATCH] #v1.0.0-alpha3 --- .npmignore | 73 ++++++++++++++++++++++++++++++++++++++++++---------- package.json | 5 ++-- 2 files changed, 63 insertions(+), 15 deletions(-) diff --git a/.npmignore b/.npmignore index 7e97da60..62609afc 100644 --- a/.npmignore +++ b/.npmignore @@ -1,14 +1,61 @@ -*.swp -*~ -*.iml -.*.haste_cache.* -.DS_Store -.idea -.babelrc -.eslintrc +node_modules npm-debug.log -src/ -examples/ -public/ -scripts/ -test/ \ No newline at end of file +*.DS_Store + +# Xcode +*.pbxuser +*.mode1v3 +*.mode2v3 +*.perspectivev3 +*.xcuserstate +project.xcworkspace/ +xcuserdata/ + +# Android + +# Built application files +android/*/build/ + +# Crashlytics configuations +android/com_crashlytics_export_strings.xml + +# Local configuration file (sdk path, etc) +android/local.properties + +# Gradle generated files +android/.gradle/ + +# Signing files +android/.signing/ + +# User-specific configurations +android/.idea/gradle.xml +android/.idea/libraries/ +android/.idea/workspace.xml +android/.idea/tasks.xml +android/.idea/.name +android/.idea/compiler.xml +android/.idea/copyright/profiles_settings.xml +android/.idea/encodings.xml +android/.idea/misc.xml +android/.idea/modules.xml +android/.idea/scopes/scope_settings.xml +android/.idea/vcs.xml +android/*.iml +ios/RnFirebase.xcodeproj/xcuserdata + +# OS-specific files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.dbandroid/gradle +android/gradlew +android/build +android/gradlew.bat +android/gradle/ +.idea +coverage +yarn.lock diff --git a/package.json b/package.json index 45204b41..26b9d1c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-firebase", - "version": "1.0.0-alpha1", + "version": "1.0.0-alpha3", "author": "Invertase (http://invertase.io)", "description": "A react native firebase library supporting both android and ios native firebase SDK's", "main": "index", @@ -70,7 +70,8 @@ "eslint-plugin-react": "^6.4.1", "flow-bin": "^0.35.0", "react": "^15.3.0", - "react-dom": "^15.3.0" + "react-dom": "^15.3.0", + "react-native": "^0.42.0" }, "dependencies": { "bows": "^1.6.0",