Skip to content

Commit 8a88811

Browse files
authored
fix: fix repo URLs (#3)
1 parent 2ac206f commit 8a88811

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
@@ -4,7 +4,7 @@
44
"version": "0.0.0-development",
55
"author": "Pierre Vanduynslager (https://github.com/pvdlg)",
66
"bugs": {
7-
"url": "https://github.com/semantic-release/git/issues"
7+
"url": "https://github.com/semantic-release/exec/issues"
88
},
99
"config": {
1010
"commitizen": {
@@ -42,7 +42,7 @@
4242
"lib",
4343
"index.js"
4444
],
45-
"homepage": "https://github.com/semantic-release/git#readme",
45+
"homepage": "https://github.com/semantic-release/exec#readme",
4646
"keywords": [
4747
"cli",
4848
"publish",
@@ -77,7 +77,7 @@
7777
},
7878
"repository": {
7979
"type": "git",
80-
"url": "https://github.com/semantic-release/git.git"
80+
"url": "https://github.com/semantic-release/exec.git"
8181
},
8282
"scripts": {
8383
"cm": "git-cz",

0 commit comments

Comments
 (0)