Skip to content

Commit eb3d19d

Browse files
fix: repository.url normalized for npm
1 parent 592742d commit eb3d19d

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
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/giorgiabosello/google-maps-react-markers.git"
9+
"url": "git+https://github.com/giorgiabosello/google-maps-react-markers.git"
1010
},
1111
"homepage": "https://giorgiabosello.github.io/google-maps-react-markers/",
1212
"keywords": [

0 commit comments

Comments
 (0)