Skip to content

Commit b80b1d7

Browse files
committed
Fix repository URL format in package.json
1 parent 07a7285 commit b80b1d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"readme": "README.md",
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/austenstone/github-usage-report.git"
22+
"url": "git+https://github.com/austenstone/github-usage-report.git"
2323
},
2424
"license": "MIT",
2525
"devDependencies": {

0 commit comments

Comments
 (0)