Skip to content

Commit

Permalink
fix(package.json): Changed repository URL
Browse files Browse the repository at this point in the history
I did this to try to resolve some Github Actions errors on the Release workflow.
  • Loading branch information
vantaboard committed Oct 7, 2021
1 parent 78a4e24 commit d15faf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"scripts": {
"build": "tsc",
"cm": "cz",
"cm": "cz commit --signoff",
"lint": "eslint --fix --ext .js,.ts,.tsx ./src --ignore-path .gitignore",
"prettier": "prettier --ignore-path .gitignore --write \"**/*.+(js|json|ts|tsx)\"",
"format": "yarn prettier -- --write",
Expand All @@ -63,7 +63,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackboardd/magui.git"
"url": "https://github.com/blackboardd/magui.git"
},
"bugs": {
"url": "https://github.com/blackboardd/magui/issues"
Expand Down

0 comments on commit d15faf5

Please sign in to comment.