Skip to content

Commit d15faf5

Browse files
committed
fix(package.json): Changed repository URL
I did this to try to resolve some Github Actions errors on the Release workflow.
1 parent 78a4e24 commit d15faf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"scripts": {
5353
"build": "tsc",
54-
"cm": "cz",
54+
"cm": "cz commit --signoff",
5555
"lint": "eslint --fix --ext .js,.ts,.tsx ./src --ignore-path .gitignore",
5656
"prettier": "prettier --ignore-path .gitignore --write \"**/*.+(js|json|ts|tsx)\"",
5757
"format": "yarn prettier -- --write",
@@ -63,7 +63,7 @@
6363
},
6464
"repository": {
6565
"type": "git",
66-
"url": "git+https://github.com/blackboardd/magui.git"
66+
"url": "https://github.com/blackboardd/magui.git"
6767
},
6868
"bugs": {
6969
"url": "https://github.com/blackboardd/magui/issues"

0 commit comments

Comments
 (0)