Skip to content

Commit

Permalink
Update repository urls (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuGermain committed Sep 10, 2022
1 parent 97db705 commit 2a50328
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Typescript Template

[![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)
[![CI](https://github.com/MathieuGermain/typescript-template/actions/workflows/tests.yml/badge.svg)](https://github.com/MathieuGermain/typescript-template/actions/workflows/tests.yml)

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

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

<br>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"Prettier",
"Github Actions"
],
"homepage": "https://github.com/MathieuGermain/ts-base-project#readme",
"homepage": "https://github.com/MathieuGermain/typescript-template#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MathieuGermain/ts-base-project.git"
"url": "git+https://github.com/MathieuGermain/typescript-template.git"
},
"bugs": {
"url": "https://github.com/MathieuGermain/ts-base-project/issues"
"url": "https://github.com/MathieuGermain/typescript-template/issues"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 2a50328

Please sign in to comment.