Skip to content

Commit d006e55

Browse files
committed
fix(cli): correct repository URL casing in package.json
1 parent f995479 commit d006e55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Noppakorn Kaewsalabnil <hello@pungrumpy.com>",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/pungrumpy/better-commit.git"
15+
"url": "git+https://github.com/PunGrumpy/better-commit.git"
1616
},
1717
"bin": {
1818
"bc": "dist/index.mjs",

0 commit comments

Comments
 (0)