From cdb6c9cda2539b3581e7bea9fbaf15d7bff8eabe Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 17 Jul 2015 10:48:11 -0700 Subject: [PATCH] chore: support any version of pkg/observe >= 0.13.1 Closes https://github.com/angular/angular/issues/3117 --- 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 5fe4e874c4..1bcf0c9782 100644 --- a/modules/angular2/pubspec.yaml +++ b/modules/angular2/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: source_span: '^1.0.0' stack_trace: '^1.1.1' quiver: '^0.21.4' - observe: '0.13.1' + observe: '^0.13.1' dev_dependencies: guinness: '^0.1.17' transformers: