Skip to content

Commit 2103a29

Browse files
committed
fix: repository URL fix
`npm pkg fix` fixed this, but it doesn't work with raycast so i'm selfishly changing it back
1 parent 2bc7462 commit 2103a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"repository": {
3636
"type": "git",
37-
"url": "git+https://github.com/readmeio/rdme.git"
37+
"url": "https://github.com/readmeio/rdme.git"
3838
},
3939
"bugs": {
4040
"url": "https://github.com/readmeio/rdme/issues"

0 commit comments

Comments
 (0)