Skip to content

Commit 7e7f060

Browse files
committed
Fix repository URL casing to match GitHub
1 parent 06b3b31 commit 7e7f060

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"license": "MIT",
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/ignitekit/bento.git"
26+
"url": "https://github.com/IgniteKit/bento.git"
2727
},
2828
"bugs": {
29-
"url": "https://github.com/ignitekit/bento/issues"
29+
"url": "https://github.com/IgniteKit/bento/issues"
3030
},
31-
"homepage": "https://github.com/ignitekit/bento#readme",
31+
"homepage": "https://github.com/IgniteKit/bento#readme",
3232
"dependencies": {
3333
"chokidar": "^4.0.3",
3434
"commander": "^14.0.1",

0 commit comments

Comments
 (0)