Update package.json

This commit is contained in:
Michael Diarmid 2017-05-27 12:49:45 +01:00 committed by GitHub
parent 6f81605616
commit fd3ce2eac5
1 changed files with 7 additions and 2 deletions

View File

@ -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 react native firebase library supporting both android and ios native firebase SDK's", "description": "A well tested feature rich Firebase implementation for React Native, supporting iOS & Android",
"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 .",
@ -34,6 +34,11 @@
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"react", "react",
"admob",
"auth",
"config",
"remote-config",
"transactions",
"react-native", "react-native",
"react-native-firebase", "react-native-firebase",
"firebase", "firebase",
@ -48,7 +53,7 @@
], ],
"peerDependencies": { "peerDependencies": {
"react": "*", "react": "*",
"react-native": ">= 0.38.0" "react-native": ">= 0.40.0"
}, },
"rnpm": { "rnpm": {
"commands": { "commands": {