Skip to content

Commit 26114e7

Browse files
committed
fix: fix repository url
1 parent 6d47e85 commit 26114e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
],
5050
"repository": {
5151
"type": "git",
52-
"url": "git+https://github.com/sweatco/react-native--code-push-diff.git"
52+
"url": "git+https://github.com/sweatco/react-native-code-push-diff.git"
5353
},
5454
"author": "Ivan Kuchaev <gregoreygonza@gmail.com> (https://github.com/Augustach)",
5555
"license": "MIT",
5656
"bugs": {
57-
"url": "https://github.com/sweatco/react-native--code-push-diff/issues"
57+
"url": "https://github.com/sweatco/react-native-code-push-diff/issues"
5858
},
59-
"homepage": "https://github.com/sweatco/react-native--code-push-diff#readme",
59+
"homepage": "https://github.com/sweatco/react-native-code-push-diff#readme",
6060
"publishConfig": {
6161
"registry": "https://registry.npmjs.org/"
6262
},

0 commit comments

Comments
 (0)