From 66148dacf3e1a5fe8ff94d7494c241c38262e1c0 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Thu, 9 Feb 2017 10:12:46 +0000 Subject: [PATCH] Move angular2-template-loader dependency version to ^0.6.2 now that the bug in 0.6.1 is fixed. Fixes #649. --- templates/Angular2Spa/package-2.4.5.json | 2 +- templates/Angular2Spa/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Angular2Spa/package-2.4.5.json b/templates/Angular2Spa/package-2.4.5.json index 5005163..b33d3c6 100644 --- a/templates/Angular2Spa/package-2.4.5.json +++ b/templates/Angular2Spa/package-2.4.5.json @@ -16,7 +16,7 @@ "@angular/router": "^3.4.5", "@types/node": "^6.0.42", "angular2-platform-node": "~2.0.11", - "angular2-template-loader": "0.6.0", + "angular2-template-loader": "^0.6.2", "angular2-universal": "^2.1.0-rc.1", "angular2-universal-patch": "^0.2.1", "angular2-universal-polyfills": "^2.1.0-rc.1", diff --git a/templates/Angular2Spa/package.json b/templates/Angular2Spa/package.json index 5789313..eddf1f5 100644 --- a/templates/Angular2Spa/package.json +++ b/templates/Angular2Spa/package.json @@ -16,7 +16,7 @@ "@angular/router": "3.0.2", "@types/node": "^6.0.42", "angular2-platform-node": "~2.0.11", - "angular2-template-loader": "0.6.0", + "angular2-template-loader": "^0.6.2", "angular2-universal": "~2.0.11", "angular2-universal-patch": "^0.2.1", "angular2-universal-polyfills": "~2.0.11",