From 2d6d814ac8aef223880d29458365a1112f11de43 Mon Sep 17 00:00:00 2001 From: Drew DeCarme Date: Tue, 31 Oct 2023 15:07:36 -0400 Subject: [PATCH] chore: Change package github URLs --- .changeset/shy-bulldogs-add.md | 9 +++++++++ packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/test/package.json | 2 +- packages/tsconfig/package.json | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 .changeset/shy-bulldogs-add.md diff --git a/.changeset/shy-bulldogs-add.md b/.changeset/shy-bulldogs-add.md new file mode 100644 index 0000000..e779551 --- /dev/null +++ b/.changeset/shy-bulldogs-add.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index edf79f8..95e815b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/drewdecarme/shank-city.git" + "url": "git+ssh://git@github.com/drewdecarme/flare-city.git" }, "author": "Drew DeCarme (drewdecarme@gmail.com)", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index aafd563..bf9f30f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -22,7 +22,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/drewdecarme/shank-city.git" + "url": "git+ssh://git@github.com/drewdecarme/flare-city.git" }, "author": "Drew DeCarme (drewdecarme@gmail.com)", "license": "MIT", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ff0019f..020c73f 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -7,7 +7,7 @@ "type": "module", "repository": { "type": "git", - "url": "git+ssh://git@github.com/drewdecarme/shank-city.git" + "url": "git+ssh://git@github.com/drewdecarme/flare-city.git" }, "author": "Drew DeCarme (drewdecarme@gmail.com)", "license": "MIT", diff --git a/packages/test/package.json b/packages/test/package.json index 913a461..473b06d 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -36,7 +36,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/drewdecarme/shank-city.git" + "url": "git+ssh://git@github.com/drewdecarme/flare-city.git" }, "author": "Drew DeCarme (drewdecarme@gmail.com)", "license": "MIT", diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 9f58fe6..5ffc805 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -36,7 +36,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/drewdecarme/shank-city.git" + "url": "git+ssh://git@github.com/drewdecarme/flare-city.git" }, "author": "Drew DeCarme (drewdecarme@gmail.com)", "license": "MIT",