Skip to content

Commit 96fcb70

Browse files
committed
update version
1 parent 4f7e6cc commit 96fcb70

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/toolbar-android",
3-
"version": "0.1.0",
3+
"version": "0.1.0-rc.0",
44
"description": "A React Native Component for Android Toolbar",
55
"keywords": [
66
"toolbar-android",
@@ -10,7 +10,7 @@
1010
"homepage": "https://github.com/react-native-community/toolbar-android#readme",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/react-native-community/toolbar-android.git"
13+
"url": "git+https://github.com/react-native-community/toolbar-android.git"
1414
},
1515
"license": "MIT",
1616
"author": "Connectdotz <[email protected]>",
@@ -34,8 +34,10 @@
3434
},
3535
"jest": {
3636
"preset": "react-native",
37-
"testPathIgnorePatterns": ["/node_modules/", "/example/"]
38-
37+
"testPathIgnorePatterns": [
38+
"/node_modules/",
39+
"/example/"
40+
]
3941
},
4042
"dependencies": {},
4143
"devDependencies": {
@@ -65,5 +67,12 @@
6567
},
6668
"publishConfig": {
6769
"access": "public"
70+
},
71+
"bugs": {
72+
"url": "https://github.com/react-native-community/toolbar-android/issues"
73+
},
74+
"directories": {
75+
"doc": "doc",
76+
"example": "example"
6877
}
6978
}

0 commit comments

Comments
 (0)