Skip to content

Commit

Permalink
fix repo urls in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Feb 22, 2022
1 parent 109b760 commit 9145da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/evert/tt-types.git"
"url": "git+https://github.com/badgateway/tt-types.git"
},
"keywords": [
"time",
Expand All @@ -27,14 +27,14 @@
"author": "Evert Pot",
"license": "MIT",
"bugs": {
"url": "https://github.com/evert/tt-types/issues"
"url": "https://github.com/badgateway/tt-types/issues"
},
"files": [
"schema/",
"dist/",
"src/"
],
"homepage": "https://github.com/evert/tt-types#readme",
"homepage": "https://github.com/badgateway/tt-types#readme",
"devDependencies": {
"@types/node": "^16.11.17",
"@typescript-eslint/eslint-plugin": "^5.8.1",
Expand Down

0 comments on commit 9145da3

Please sign in to comment.