| Index: pkg/polymer/pubspec.yaml
|
| diff --git a/pkg/polymer/pubspec.yaml b/pkg/polymer/pubspec.yaml
|
| index ba87001a5014c896a5fcbeb7e7c3776db6d0dd3f..8c7169413a23b159cace92f985a036138fa7290d 100644
|
| --- a/pkg/polymer/pubspec.yaml
|
| +++ b/pkg/polymer/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: polymer
|
| -version: 0.9.1+1
|
| +version: 0.9.2
|
| author: Polymer.dart Authors <web-ui-dev@dartlang.org>
|
| description: >
|
| Polymer.dart is a new type of library for the web, built on top of Web
|
| @@ -17,7 +17,7 @@ dependencies:
|
| html_import: ">=0.9.0 <0.10.0"
|
| logging: ">=0.9.0 <0.10.0"
|
| observe: ">=0.9.1 <0.10.0"
|
| - path: ">=0.9.0 <0.10.0"
|
| + path: ">=0.9.0 <2.0.0"
|
| polymer_expressions: ">=0.9.1 <0.10.0"
|
| shadow_dom: ">=0.9.1 <0.10.0"
|
| source_maps: ">=0.9.0 <0.10.0"
|
|
|