Skip to content

Commit 5b41a01

Browse files
authored
fix(package): correct repository URLs to match current repo name (#18)
1 parent 141f0cd commit 5b41a01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@
7474
"license": "MIT",
7575
"repository": {
7676
"type": "git",
77-
"url": "git+https://github.com/RMNCLDYO/create-claude-statusline.git"
77+
"url": "git+https://github.com/RMNCLDYO/claude-code-statusline.git"
7878
},
7979
"bugs": {
80-
"url": "https://github.com/RMNCLDYO/create-claude-statusline/issues"
80+
"url": "https://github.com/RMNCLDYO/claude-code-statusline/issues"
8181
},
82-
"homepage": "https://github.com/RMNCLDYO/create-claude-statusline#readme",
82+
"homepage": "https://github.com/RMNCLDYO/claude-code-statusline#readme",
8383
"engines": {
8484
"node": ">=18.0.0",
8585
"npm": ">=9.0.0"

0 commit comments

Comments
 (0)