Skip to content

Commit 103e293

Browse files
committed
Bump version for release candidate
1 parent 545cbc7 commit 103e293

File tree

2 files changed

+25
-47
lines changed

2 files changed

+25
-47
lines changed

package-lock.json

Lines changed: 22 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "routing-controllers",
33
"private": false,
4-
"version": "0.9.0-alpha.3",
4+
"version": "0.9.0-alpha.4",
55
"description": "Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage for Express / Koa using TypeScript.",
66
"license": "MIT",
77
"readmeFilename": "README.md",
@@ -25,10 +25,10 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/pleerock/routing-controllers.git"
28+
"url": "https://github.com/typestack/routing-controllers.git"
2929
},
3030
"bugs": {
31-
"url": "https://github.com/pleerock/routing-controllers/issues"
31+
"url": "https://github.com/typestack/routing-controllers/issues"
3232
},
3333
"main": "index.js",
3434
"tags": [

0 commit comments

Comments
 (0)