updated deps

This commit is contained in:
Salakar 2017-03-02 13:12:14 +00:00
parent 52e7900b18
commit ec664bfca4
1 changed files with 3 additions and 12 deletions

View File

@ -2,7 +2,7 @@
"name": "react-native-firebase",
"version": "1.0.0-alpha",
"author": "Invertase <contact@invertase.io> (http://invertase.io)",
"description": "A react native firebase adapter supporting android and ios.",
"description": "A react native firebase library supporting both android and ios native firebase SDK's",
"main": "index",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
@ -10,7 +10,6 @@
"dev": "npm run compile -- --watch",
"lint": "eslint ./src",
"publish_pages": "gh-pages -d public/",
"test": "./node_modules/.bin/mocha",
"watchcpx": "echo 'See https://github.com/wix/wml for watching changes. \r\n'"
},
"repository": {
@ -52,17 +51,16 @@
"postlink": "node_modules/react-native-firebase/bin/cocoapods.sh"
},
"ios": {
"project": "ios/Firebase.xcodeproj"
"project": "ios/RNFirebase.xcodeproj"
},
"android": {
"packageInstance": "new FirebasePackage()"
"packageInstance": "new RNFirebasePackage()"
}
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"babel-jest": "^14.1.0",
"babel-preset-react-native": "^1.9.0",
"cpx": "^1.5.0",
"debug": "^2.2.0",
"enzyme": "^2.4.1",
"eslint": "^3.8.1",
@ -72,15 +70,8 @@
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"flow-bin": "^0.35.0",
"jest": "^14.1.0",
"jest-react-native": "^14.1.3",
"mocha": "^3.0.2",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-native-mock": "^0.2.6",
"react-test-renderer": "^15.3.0",
"should": "^11.1.0",
"sinon": "^2.0.0-pre.2"
},
"dependencies": {
"bows": "^1.6.0",