Skip to content

Commit

Permalink
chore: Change package github URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Oct 31, 2023
1 parent a73db64 commit 2d6d814
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .changeset/shy-bulldogs-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@flare-city/eslint-config": minor
"@flare-city/tsconfig": minor
"@flare-city/core": minor
"@flare-city/test": minor
"@flare-city/cli": minor
---

Changes the github repository URL to the flare-city repo
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/drewdecarme/shank-city.git"
"url": "git+ssh://[email protected]/drewdecarme/flare-city.git"
},
"author": "Drew DeCarme ([email protected])",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/drewdecarme/shank-city.git"
"url": "git+ssh://[email protected]/drewdecarme/flare-city.git"
},
"author": "Drew DeCarme ([email protected])",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/drewdecarme/shank-city.git"
"url": "git+ssh://[email protected]/drewdecarme/flare-city.git"
},
"author": "Drew DeCarme ([email protected])",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/drewdecarme/shank-city.git"
"url": "git+ssh://[email protected]/drewdecarme/flare-city.git"
},
"author": "Drew DeCarme ([email protected])",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/drewdecarme/shank-city.git"
"url": "git+ssh://[email protected]/drewdecarme/flare-city.git"
},
"author": "Drew DeCarme ([email protected])",
"license": "MIT",
Expand Down

0 comments on commit 2d6d814

Please sign in to comment.