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",