From b31569ba4c306ccbd02d8242eee738a84eb5d80d Mon Sep 17 00:00:00 2001 From: Salakar Date: Sat, 24 Feb 2018 05:55:58 +0000 Subject: [PATCH] 3.2.7 --- package-lock.json | 2 +- package.json | 57 +++++------------------------------------------ 2 files changed, 7 insertions(+), 52 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ff661e3..e3763c91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-firebase", - "version": "3.2.6", + "version": "3.2.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 082e8229..24966bab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-firebase", - "version": "3.2.6", + "version": "3.2.7", "author": "Invertase (http://invertase.io)", "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Messaging (FCM), Remote Config, Storage and Performance.", "main": "dist/index.js", @@ -32,46 +32,10 @@ "jest": { "preset": "jest-react-native", "setupFiles": [], - "unmockedModulePathPatterns": [ - "./node_modules/react", - "./node_modules/react-native", - "./node_modules/react-native-mock", - "./node_modules/react-addons-test-utils" - ] + "unmockedModulePathPatterns": ["./node_modules/react", "./node_modules/react-native", "./node_modules/react-native-mock", "./node_modules/react-addons-test-utils"] }, "license": "APACHE-2.0", - "keywords": [ - "react", - "admob", - "auth", - "config", - "digits", - "fabric", - "phone-auth", - "sms", - "firestore", - "cloud-firestore", - "datastore", - "remote-config", - "transactions", - "react-native", - "react-native-firebase", - "firebase", - "fcm", - "apn", - "gcm", - "analytics", - "messaging", - "database", - "android", - "ios", - "crash", - "firestack", - "performance", - "firestore", - "dynamic-links", - "crashlytics" - ], + "keywords": ["react", "admob", "auth", "config", "digits", "fabric", "phone-auth", "sms", "firestore", "cloud-firestore", "datastore", "remote-config", "transactions", "react-native", "react-native-firebase", "firebase", "fcm", "apn", "gcm", "analytics", "messaging", "database", "android", "ios", "crash", "firestack", "performance", "firestore", "dynamic-links", "crashlytics"], "peerDependencies": { "react": "*", "react-native": ">= 0.48.0", @@ -129,17 +93,8 @@ "logo": "https://opencollective.com/opencollective/logo.txt" }, "lint-staged": { - "lib/**/*.js": [ - "eslint --fix", - "git add" - ], - "tests/{src|lib}/**/*.js": [ - "eslint --fix", - "git add" - ], - "*.{json,md,scss}": [ - "prettier --write", - "git add" - ] + "lib/**/*.js": ["eslint --fix", "git add"], + "tests/{src|lib}/**/*.js": ["eslint --fix", "git add"], + "*.{json,md,scss}": ["prettier --write", "git add"] } }