We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c931d1d + 4442a7d commit 5115e9aCopy full SHA for 5115e9a
package.json
@@ -1,13 +1,15 @@
1
{
2
"name": "react-native-firebaseui",
3
- "version": "0.1.2",
+ "version": "0.2.0",
4
"description": "React Native Firebase Bindings Based on FirebaseUI SDK",
5
"main": "index.js",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/rmrs/react-native-firebaseui.git"
9
},
10
- "keywords": ["react-native"],
+ "keywords": [
11
+ "react-native"
12
+ ],
13
"author": "Erez Rokah <[email protected]>",
14
"license": "MIT",
15
"peerDependencies": {
@@ -20,7 +22,7 @@
20
22
"dependencies": {
21
23
"prop-types": "^15.5.10"
24
- "scripts": {
25
+ "scripts": {
26
"tag": "git tag \"v$npm_package_version\" && git push --tags",
27
"prepublishOnly": "yarn run tag"
28
}
0 commit comments