Skip to content

Commit 66148da

Browse files
Move angular2-template-loader dependency version to ^0.6.2 now that the bug in 0.6.1 is fixed. Fixes aspnet#649.
1 parent 8ca45f0 commit 66148da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/Angular2Spa/package-2.4.5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@angular/router": "^3.4.5",
1717
"@types/node": "^6.0.42",
1818
"angular2-platform-node": "~2.0.11",
19-
"angular2-template-loader": "0.6.0",
19+
"angular2-template-loader": "^0.6.2",
2020
"angular2-universal": "^2.1.0-rc.1",
2121
"angular2-universal-patch": "^0.2.1",
2222
"angular2-universal-polyfills": "^2.1.0-rc.1",

templates/Angular2Spa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@angular/router": "3.0.2",
1717
"@types/node": "^6.0.42",
1818
"angular2-platform-node": "~2.0.11",
19-
"angular2-template-loader": "0.6.0",
19+
"angular2-template-loader": "^0.6.2",
2020
"angular2-universal": "~2.0.11",
2121
"angular2-universal-patch": "^0.2.1",
2222
"angular2-universal-polyfills": "~2.0.11",

0 commit comments

Comments
 (0)