Skip to content

Commit 4442a7d

Browse files
committed
chore: update version
1 parent c931d1d commit 4442a7d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "react-native-firebaseui",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "React Native Firebase Bindings Based on FirebaseUI SDK",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/rmrs/react-native-firebaseui.git"
99
},
10-
"keywords": ["react-native"],
10+
"keywords": [
11+
"react-native"
12+
],
1113
"author": "Erez Rokah <[email protected]>",
1214
"license": "MIT",
1315
"peerDependencies": {
@@ -20,7 +22,7 @@
2022
"dependencies": {
2123
"prop-types": "^15.5.10"
2224
},
23-
"scripts": {
25+
"scripts": {
2426
"tag": "git tag \"v$npm_package_version\" && git push --tags",
2527
"prepublishOnly": "yarn run tag"
2628
}

0 commit comments

Comments
 (0)