diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a4cb102..4b92137 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: @@ -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: diff --git a/bin/github/workflows/publish.yml b/bin/github/workflows/publish.yml index 9dde2f5..9841f7c 100644 --- a/bin/github/workflows/publish.yml +++ b/bin/github/workflows/publish.yml @@ -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: @@ -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: diff --git a/package-lock.json b/package-lock.json index 1f6a227..fcf61bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mccann-hub/create-typescript-template", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mccann-hub/create-typescript-template", - "version": "0.1.0", + "version": "0.1.1", "license": "ISC", "bin": { "create-typescript-template": "bin/index.js" diff --git a/package.json b/package.json index 8a399e7..87473b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mccann-hub/create-typescript-template", - "version": "0.1.0", + "version": "0.1.1", "publishConfig": { "access": "public" }, @@ -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" }