Add dynamic links to package.json

This commit is contained in:
Chris Bianca 2017-11-08 10:04:04 +00:00
parent df8a957a46
commit 4f1176b192
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "react-native-firebase", "name": "react-native-firebase",
"version": "3.1.0", "version": "3.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. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Messaging (FCM), Remote Config, Storage and Performance.", "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": "index", "main": "index",
"scripts": { "scripts": {
"flow": "flow", "flow": "flow",
@ -61,7 +61,8 @@
"crash", "crash",
"firestack", "firestack",
"performance", "performance",
"firestore" "firestore",
"dynamic-links",
], ],
"peerDependencies": { "peerDependencies": {
"react": "*", "react": "*",