Skip to content

Commit 9f51658

Browse files
author
Umed Khudoiberdiev
committed
version bump
1 parent d70d89a commit 9f51658

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm-typedi-extensions",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Dependancy injection and service container integration with TypeORM using typedi library.",
55
"license": "MIT",
66
"readmeFilename": "README.md",
@@ -37,12 +37,12 @@
3737
"tslint": "^3.15.1",
3838
"tslint-stylish": "^2.1.0-beta",
3939
"typedi": "^0.4.2",
40-
"typeorm": "^0.0.8",
40+
"typeorm": "^0.0.11",
4141
"typescript": "^2.1.5",
4242
"@types/node": "^7.0.4"
4343
},
4444
"peerDependencies": {
45-
"typeorm": "^0.0.9",
45+
"typeorm": "^0.0.11",
4646
"typedi": "^0.4.2"
4747
}
4848
}

0 commit comments

Comments
 (0)