| Index: pkg/csslib/pubspec.yaml
|
| diff --git a/pkg/csslib/pubspec.yaml b/pkg/csslib/pubspec.yaml
|
| index 295ff3fb7aa31e3496dfcf0e233d00a1f698408e..81ddfd9b6aa35575aeef1bfdbdfb0e70889e9883 100644
|
| --- a/pkg/csslib/pubspec.yaml
|
| +++ b/pkg/csslib/pubspec.yaml
|
| @@ -1,12 +1,12 @@
|
| name: csslib
|
| -version: 0.9.2+1
|
| +version: 0.9.3-dev
|
| author: Polymer.dart Team <web-ui-dev@dartlang.org>
|
| description: A library for parsing CSS.
|
| homepage: https://www.dartlang.org
|
| environment:
|
| sdk: '>=1.0.0 <2.0.0'
|
| dependencies:
|
| - args: '>=0.9.0 <0.11.0'
|
| + 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'
|
|
|