From 85d89babce4643a1d1a31849711fce0b62187d81 Mon Sep 17 00:00:00 2001 From: Julie Ralph Date: Mon, 7 Dec 2015 17:16:17 -0800 Subject: [PATCH] fix(build): lock down version of package:code_transformers A new verion is causing build issues, perhaps due to an undeclared dependency on package:test. For now, lock down the version to the last known working one. --- modules/angular2/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/pubspec.yaml b/modules/angular2/pubspec.yaml index e50f5123a5..980ce1a25f 100644 --- a/modules/angular2/pubspec.yaml +++ b/modules/angular2/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: analyzer: '>=0.24.4 <0.27.0' barback: '^0.15.2+2' - code_transformers: '^0.2.8' + code_transformers: '0.2.9+4' dart_style: '>=0.1.8 <0.3.0' glob: '^1.0.0' html: '^0.12.0'