Skip to content

Commit 1dc1526

Browse files
update: package.json version and github url
1 parent f1fb7b3 commit 1dc1526

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-native-circle-checkbox",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Circle checkbox component for React Native",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/ParamoshkinAndrew/ReactNativeCircleCheckbox.git"
11+
"url": "git+https://github.com/paramoshkinandrew/ReactNativeCircleCheckbox.git"
1212
},
1313
"keywords": [
1414
"react",
@@ -23,11 +23,11 @@
2323
"licenses": [
2424
{
2525
"type" :"MIT",
26-
"url": "https://github.com/ParamoshkinAndrew/ReactNativeCircleCheckbox/blob/master/LICENSE"
26+
"url": "https://github.com/paramoshkinandrew/ReactNativeCircleCheckbox/blob/master/LICENSE"
2727
}
2828
],
2929
"bugs": {
30-
"url": "https://github.com/ParamoshkinAndrew/ReactNativeCircleCheckbox/issues"
30+
"url": "https://github.com/paramoshkinandrew/ReactNativeCircleCheckbox/issues"
3131
},
32-
"homepage": "https://github.com/ParamoshkinAndrew/ReactNativeCircleCheckbox"
32+
"homepage": "https://github.com/paramoshkinandrew/ReactNativeCircleCheckbox"
3333
}

0 commit comments

Comments
 (0)