Skip to content

Commit 2afd4d6

Browse files
authored
build: remove "git+" from repository url (#15)
1 parent 4050a6c commit 2afd4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/sourcetoad/react-native-queue/react-native-queue.git"
21+
"url": "https://github.com/sourcetoad/react-native-queue/react-native-queue.git"
2222
},
2323
"keywords": [
2424
"react",

0 commit comments

Comments
 (0)