Skip to content

Commit

Permalink
chore: Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Jan 26, 2020
1 parent b3861d8 commit 74996bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"author": "Romain Lenzotti",
"license": "MIT",
"bugs": {
"url": "https://github.com/TypedProject//tsed/issues"
"url": "https://github.com/TypedProject/tsed/issues"
},
"homepage": "http://tsed.io/",
"dependencies": {
Expand Down Expand Up @@ -177,4 +177,4 @@
"packages/*"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TypedProject//tsed/issues"
"url": "https://github.com/TypedProject/tsed/issues"
},
"homepage": "http://tsed.io/",
"repository": {
Expand Down Expand Up @@ -61,4 +61,4 @@
"express": "^4"
},
"devDependencies": {}
}
}
4 changes: 2 additions & 2 deletions packages/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TypedProject//tsed/issues"
"url": "https://github.com/TypedProject/tsed/issues"
},
"homepage": "http://tsed.io/",
"repository": {
Expand All @@ -52,4 +52,4 @@
},
"devDependencies": {},
"peerDependencies": {}
}
}
4 changes: 2 additions & 2 deletions repo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
typings: "lib/index.d.ts",
repository,
bugs,
homepage: `https://github.com/TypedProject/ts-express-decorators/src/${pkgName}`,
homepage: `https://github.com/TypedProject/tsed/packages/${pkgName}`,
author,
contributors,
license,
Expand All @@ -24,7 +24,7 @@ module.exports = {
},
doc: {
publish: true,
url: "https://github.com/TypedProject/ts-express-decorators.git",
url: "https://github.com/TypedProject/tsed.git",
branch: "gh-pages",
cname: "tsed.io"
},
Expand Down

0 comments on commit 74996bd

Please sign in to comment.