| Index: pkg/csslib/pubspec.yaml
|
| diff --git a/pkg/csslib/pubspec.yaml b/pkg/csslib/pubspec.yaml
|
| index 66240e758279b0cc70b8aedd3e517db157c1a733..09d60e410f99fc91362e9ec6a4e9025d05d7b904 100644
|
| --- a/pkg/csslib/pubspec.yaml
|
| +++ b/pkg/csslib/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: csslib
|
| -version: 0.10.0
|
| +version: 0.10.0+1
|
| author: Polymer.dart Team <web-ui-dev@dartlang.org>
|
| description: A library for parsing CSS.
|
| homepage: https://www.dartlang.org
|
| @@ -9,7 +9,7 @@ dependencies:
|
| args: '>=0.9.0 <0.12.0'
|
| logging: '>=0.9.0 <0.10.0'
|
| path: '>=0.9.0 <2.0.0'
|
| - source_maps: '>=0.9.0 <0.10.0'
|
| + source_maps: '>=0.9.1 <0.10.0'
|
| dev_dependencies:
|
| browser: '>=0.9.0 <0.10.0'
|
| unittest: '>=0.9.0 <0.10.0'
|
|
|