diff --git a/package.json b/package.json index 8f67f8ea..a00db1ed 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-native-firebase", "version": "1.1.0", "author": "Invertase (http://invertase.io)", - "description": "A well tested feature rich Firebase implementation for React Native, supporting iOS & Android", + "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Auth, Database, Messaging, Remote Config, Storage, Admob, Analytics, Crash Reporting, and Performance.", "main": "index", "scripts": { "build": "./node_modules/.bin/babel --source-maps=true --out-dir=dist .", @@ -49,7 +49,8 @@ "android", "ios", "crash", - "firestack" + "firestack", + "performance" ], "peerDependencies": { "react": "*",