Skip to content

Commit 8721386

Browse files
fix(package): repository should point to a git+url
1 parent 1264b27 commit 8721386

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
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/contentful/contentful-sdk-core.git"
17+
"url": "git+https://github.com/contentful/contentful-sdk-core.git"
1818
},
1919
"author": "Contentful <opensource@contentful.com>",
2020
"license": "MIT",

0 commit comments

Comments
 (0)