From 8215c66728dbf570b704f14c0614a61c8d634604 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 19 Apr 2018 11:01:18 +0000 Subject: [PATCH] fix(package): update typeorm to version 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e978db7..3b7b455 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "oracledb": "^2.2.0", "pg": "^7.4.0", "reflect-metadata": "^0.1.10", - "typeorm": "0.2.0-alpha.44", + "typeorm": "0.2.0", "typescript": "^2.6.1", "yargs": "^11.0.0", "yn": "^2.0.0"