| Index: dart/pkg/custom_element/pubspec.yaml
 | 
| ===================================================================
 | 
| --- dart/pkg/custom_element/pubspec.yaml	(revision 29987)
 | 
| +++ dart/pkg/custom_element/pubspec.yaml	(working copy)
 | 
| @@ -1,4 +1,5 @@
 | 
|  name: custom_element
 | 
| +version: 0.9.0
 | 
|  author: "Web UI Team <web-ui-dev@dartlang.org>"
 | 
|  homepage: http://www.dartlang.org/
 | 
|  description: >
 | 
| @@ -6,7 +7,8 @@
 | 
|    with custom tag names, and then use those custom tag names as they would any
 | 
|    standard tag.
 | 
|  dependencies:
 | 
| -  meta: any
 | 
| -  mutation_observer: any
 | 
| +  mutation_observer: ">=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"
 | 
| 
 |