Update package.json description
This commit is contained in:
parent
a6705dfb3d
commit
dde67ddd3d
|
@ -2,7 +2,7 @@
|
||||||
"name": "react-native-firebase",
|
"name": "react-native-firebase",
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"author": "Invertase <contact@invertase.io> (http://invertase.io)",
|
"author": "Invertase <contact@invertase.io> (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",
|
"main": "index",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./node_modules/.bin/babel --source-maps=true --out-dir=dist .",
|
"build": "./node_modules/.bin/babel --source-maps=true --out-dir=dist .",
|
||||||
|
@ -49,7 +49,8 @@
|
||||||
"android",
|
"android",
|
||||||
"ios",
|
"ios",
|
||||||
"crash",
|
"crash",
|
||||||
"firestack"
|
"firestack",
|
||||||
|
"performance"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "*",
|
"react": "*",
|
||||||
|
|
Loading…
Reference in New Issue