| OLD | NEW |
| 1 name: csslib | 1 name: csslib |
| 2 version: 0.9.0 |
| 2 author: "Web UI Team <web-ui-dev@dartlang.org>" | 3 author: "Web UI Team <web-ui-dev@dartlang.org>" |
| 3 description: A library for parsing CSS. | 4 description: A library for parsing CSS. |
| 4 homepage: https://www.dartlang.org | 5 homepage: https://www.dartlang.org |
| 5 dependencies: | 6 dependencies: |
| 6 args: any | 7 args: ">=0.9.0 <0.10.0" |
| 7 logging: any | 8 logging: ">=0.9.0 <0.10.0" |
| 8 path: any | 9 path: ">=0.9.0 <0.10.0" |
| 9 source_maps: any | 10 source_maps: ">=0.9.0 <0.10.0" |
| 10 dev_dependencies: | 11 dev_dependencies: |
| 11 browser: any | 12 browser: ">=0.9.0 <0.10.0" |
| 12 unittest: any | 13 unittest: ">=0.9.0 <0.10.0" |
| 14 environment: |
| 15 sdk: ">=0.8.10+6 <2.0.0" |
| OLD | NEW |