File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native-community/toolbar-android" ,
3
- "version" : " 0.1.0" ,
3
+ "version" : " 0.1.0-rc.0 " ,
4
4
"description" : " A React Native Component for Android Toolbar" ,
5
5
"keywords" : [
6
6
" toolbar-android" ,
10
10
"homepage" : " https://github.com/react-native-community/toolbar-android#readme" ,
11
11
"repository" : {
12
12
"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"
14
14
},
15
15
"license" : " MIT" ,
16
16
"author" :
" Connectdotz <[email protected] >" ,
34
34
},
35
35
"jest" : {
36
36
"preset" : " react-native" ,
37
- "testPathIgnorePatterns" : [" /node_modules/" , " /example/" ]
38
-
37
+ "testPathIgnorePatterns" : [
38
+ " /node_modules/" ,
39
+ " /example/"
40
+ ]
39
41
},
40
42
"dependencies" : {},
41
43
"devDependencies" : {
65
67
},
66
68
"publishConfig" : {
67
69
"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"
68
77
}
69
78
}
You can’t perform that action at this time.
0 commit comments