| Index: pkg/csslib/pubspec.yaml
|
| diff --git a/pkg/csslib/pubspec.yaml b/pkg/csslib/pubspec.yaml
|
| index a995672e4dbb891bcb144ff8358459bd0de6c566..cbc30371d737e4857a4ec29e485ee61784f13a66 100644
|
| --- a/pkg/csslib/pubspec.yaml
|
| +++ b/pkg/csslib/pubspec.yaml
|
| @@ -1,12 +1,12 @@
|
| name: csslib
|
| -version: 0.9.0
|
| +version: 0.9.1
|
| author: "Web UI Team <web-ui-dev@dartlang.org>"
|
| description: A library for parsing CSS.
|
| homepage: https://www.dartlang.org
|
| dependencies:
|
| args: ">=0.9.0 <0.10.0"
|
| logging: ">=0.9.0 <0.10.0"
|
| - path: ">=0.9.0 <0.10.0"
|
| + path: ">=0.9.0 <2.0.0"
|
| source_maps: ">=0.9.0 <0.10.0"
|
| dev_dependencies:
|
| browser: ">=0.9.0 <0.10.0"
|
|
|