Skip to content

Commit

Permalink
Change repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
amandaguthrie committed Apr 24, 2024
1 parent 4d3e3fd commit d0508df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", {"repo": "amandaguthrie/monorepo-template-ts-pnpm"}],
"changelog": ["@changesets/changelog-github", {"repo": "amandaguthrie/template-pnpm-typescript-monorepo"}],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/amandaguthrie/monorepo-template-ts-pnpm/discussions
url: https://github.com/amandaguthrie/template-pnpm-typescript-monorepo/discussions
about: Ask questions and discuss topics with other community members
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/amandaguthrie/monorepo-template-ts-pnpm.git"
"url": "https://github.com/amandaguthrie/template-pnpm-typescript-monorepo.git"
},
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/_template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/amandaguthrie/monorepo-template-ts-pnpm.git",
"url": "https://github.com/amandaguthrie/template-pnpm-typescript-monorepo.git",
"directory": "packages/_template"
},
"license": "MIT",
Expand Down

0 comments on commit d0508df

Please sign in to comment.