| Index: dart/pkg/polymer_expressions/pubspec.yaml
 | 
| ===================================================================
 | 
| --- dart/pkg/polymer_expressions/pubspec.yaml	(revision 29987)
 | 
| +++ dart/pkg/polymer_expressions/pubspec.yaml	(working copy)
 | 
| @@ -1,10 +1,13 @@
 | 
|  name: polymer_expressions
 | 
| +version: 0.9.0
 | 
|  author: Web UI Authors <html-dev@dartlang.org>
 | 
|  description: An expressive custom binding syntax for MDV templates
 | 
|  homepage: http://www.dartlang.org/polymer-dart/
 | 
|  dependencies:
 | 
| -  browser: any
 | 
| -  observe: any
 | 
| -  template_binding: any
 | 
| +  browser: ">=0.9.0 <0.10.0"
 | 
| +  observe: ">=0.9.0 <0.10.0"
 | 
| +  template_binding: ">=0.9.0 <0.10.0"
 | 
|  dev_dependencies:
 | 
| -  unittest: any
 | 
| +  unittest: ">=0.9.0 <0.10.0"
 | 
| +environment:
 | 
| +  sdk: ">=0.8.10+6 <2.0.0"
 | 
| 
 |