| Index: dart/pkg/csslib/pubspec.yaml
 | 
| ===================================================================
 | 
| --- dart/pkg/csslib/pubspec.yaml	(revision 29987)
 | 
| +++ dart/pkg/csslib/pubspec.yaml	(working copy)
 | 
| @@ -1,12 +1,15 @@
 | 
|  name: csslib
 | 
| +version: 0.9.0
 | 
|  author: "Web UI Team <web-ui-dev@dartlang.org>"
 | 
|  description: A library for parsing CSS.
 | 
|  homepage: https://www.dartlang.org
 | 
|  dependencies:
 | 
| -  args: any
 | 
| -  logging: any
 | 
| -  path: any
 | 
| -  source_maps: any
 | 
| +  args: ">=0.9.0 <0.10.0"
 | 
| +  logging: ">=0.9.0 <0.10.0"
 | 
| +  path: ">=0.9.0 <0.10.0"
 | 
| +  source_maps: ">=0.9.0 <0.10.0"
 | 
|  dev_dependencies:
 | 
| -  browser: any
 | 
| -  unittest: any
 | 
| +  browser: ">=0.9.0 <0.10.0"
 | 
| +  unittest: ">=0.9.0 <0.10.0"
 | 
| +environment:
 | 
| +  sdk: ">=0.8.10+6 <2.0.0"
 | 
| 
 |