Skip to content

Commit d4a0f99

Browse files
committed
chore: update repository url
1 parent b87ffe5 commit d4a0f99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.releaserc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
branch: main
2-
repositoryUrl: "https://github.com/ri7nz/rescript-chakra.git"
2+
repositoryUrl: "https://github.com/rescript-ui/rescript-chakra.git"
33
branches:
44
- "+([0-9])?(.{+([0-9]),x}).x"
55
- main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
],
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/ri7nz/rescript-chakra.git"
27+
"url": "https://github.com/rescript-ui/rescript-chakra.git"
2828
},
29-
"bugs": "https://github.com/ri7nz/rescript-chakra/issues",
29+
"bugs": "https://github.com/rescript-ui/rescript-chakra/issues",
3030
"scripts": {
3131
"start": "rescript build -w",
3232
"prebuild": "rescript clean",

0 commit comments

Comments
 (0)