Skip to content

Commit 2a50328

Browse files
Update repository urls (#8)
1 parent 97db705 commit 2a50328

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Typescript Template
22

3-
[![CI](https://github.com/MathieuGermain/ts-base-project/actions/workflows/tests.yml/badge.svg)](https://github.com/MathieuGermain/ts-base-project/actions/workflows/tests.yml)
3+
[![CI](https://github.com/MathieuGermain/typescript-template/actions/workflows/tests.yml/badge.svg)](https://github.com/MathieuGermain/typescript-template/actions/workflows/tests.yml)
44

55
Strict TypeScript template using yarn / CommonJS / TypeScript / Jest / ESLint / Prettier / Github Actions
66

@@ -11,7 +11,7 @@ Strict TypeScript template using yarn / CommonJS / TypeScript / Jest / ESLint /
1111
Create repository from template using [GitHub CLI](https://cli.github.com/).
1212
```bash
1313
# Replace <new-repo-name> for your new repository name.
14-
gh repo create <new-repo-name> --template="MathieuGermain/ts-base-project"
14+
gh repo create <new-repo-name> --template="MathieuGermain/typescript-template"
1515
```
1616

1717
<br>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"Prettier",
2828
"Github Actions"
2929
],
30-
"homepage": "https://github.com/MathieuGermain/ts-base-project#readme",
30+
"homepage": "https://github.com/MathieuGermain/typescript-template#readme",
3131
"repository": {
3232
"type": "git",
33-
"url": "git+https://github.com/MathieuGermain/ts-base-project.git"
33+
"url": "git+https://github.com/MathieuGermain/typescript-template.git"
3434
},
3535
"bugs": {
36-
"url": "https://github.com/MathieuGermain/ts-base-project/issues"
36+
"url": "https://github.com/MathieuGermain/typescript-template/issues"
3737
},
3838
"dependencies": {},
3939
"devDependencies": {

0 commit comments

Comments
 (0)