Skip to content

Commit

Permalink
fix: repository URL fix
Browse files Browse the repository at this point in the history
`npm pkg fix` fixed this, but it doesn't work with raycast so i'm selfishly changing it back
  • Loading branch information
kanadgupta committed Dec 6, 2024
1 parent 2bc7462 commit 2103a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/readmeio/rdme.git"
"url": "https://github.com/readmeio/rdme.git"
},
"bugs": {
"url": "https://github.com/readmeio/rdme/issues"
Expand Down

0 comments on commit 2103a29

Please sign in to comment.