| OLD | NEW |
| 1 name: web_ui | 1 name: web_ui |
| 2 author: "Web UI Authors <web-ui@dartlang.org>" | 2 author: "Web UI Authors <web-ui@dartlang.org>" |
| 3 homepage: https://github.com/dart-lang/web-ui | 3 homepage: https://github.com/dart-lang/web-ui |
| 4 description: An easy way to build web apps in Dart. | 4 description: An easy way to build web apps in Dart. |
| 5 version: 0.2.11 | 5 version: 0.2.11 |
| 6 dependencies: | 6 dependencies: |
| 7 args: any | 7 args: any |
| 8 # Pin html5lib so we don't get unexpected API breaks. | 8 # Pin html5lib so we don't get unexpected API breaks. |
| 9 html5lib: ">=0.2.2+1 <0.2.3" | 9 html5lib: ">=0.2.2+1 <0.2.3" |
| 10 js: any | |
| 11 logging: any | 10 logging: any |
| 12 unittest: any | 11 unittest: any |
| 12 # The following are dev dependencies only, they are not needed by users |
| 13 # of the web_ui package. |
| 14 js: any |
| 15 benchmark_harness: ">=1.0.2 <1.0.3" |
| OLD | NEW |