Skip to content

Commit

Permalink
transfer to McCann-Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
jabez007 committed Oct 29, 2024
1 parent 0f7eb3a commit 08258e7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Shared Publish to NPM
uses: jabez007/create-typescript-template/.github/shared/npm/publish@master
uses: McCann-Hub/create-typescript-template/.github/shared/npm/publish@master
with:
node_version: 22.x
env:
Expand All @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v2

- name: Shared Publish to GHPR
uses: jabez007/create-typescript-template/.github/shared/ghpr/publish@master
uses: McCann-Hub/create-typescript-template/.github/shared/ghpr/publish@master
with:
node_version: 22.x
env:
Expand Down
4 changes: 2 additions & 2 deletions bin/github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Shared Publish to NPM
uses: jabez007/create-typescript-template/.github/shared/npm/publish@master
uses: McCann-Hub/create-typescript-template/.github/shared/npm/publish@master
with:
node_version: 22.x
env:
Expand All @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v2

- name: Shared Publish to NPM
uses: jabez007/create-typescript-template/.github/shared/ghpr/publish@master
uses: McCann-Hub/create-typescript-template/.github/shared/ghpr/publish@master
with:
node_version: 22.x
env:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mccann-hub/create-typescript-template",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -61,10 +61,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/jabez007/create-typescript-template.git"
"url": "git+https://github.com/McCann-Hub/create-typescript-template.git"
},
"bugs": {
"url": "https://github.com/jabez007/create-typescript-template/issues"
"url": "https://github.com/McCann-Hub/create-typescript-template/issues"
},
"homepage": "https://github.com/jabez007/create-typescript-template#readme"
"homepage": "https://github.com/McCann-Hub/create-typescript-template#readme"
}

0 comments on commit 08258e7

Please sign in to comment.