From de5f4b98ca8797a5a707c6a4341192859232e8e9 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Fri, 20 Nov 2015 15:35:36 -0600 Subject: [PATCH] use patched angular for now --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb40565ee0..a0c6a8af26 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "dependencies": { "@reactivex/rxjs": "5.0.0-alpha.7", - "angular2": "2.0.0-alpha.46", + "angular2": "tlancina/angular-package", "colors": "^1.1.2", "es6-shim": "0.33.6", "inquirer": "0.11.0",