Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 name: mojo_dart_wget | 1 name: mojo_dart_wget |
| 2 author: Chromium Authors <mojo-dev@googlegroups.com> | |
| 3 description: A Mojo example that fetches a URL. | |
| 2 dependencies: | 4 dependencies: |
| 3 mojo: ^0.4.0 | 5 mojo_sdk: 0.2.9 |
| 4 mojo_services: ^0.4.0 | 6 dev_dependencies: |
| 7 args: ^0.13.2 | |
| 8 path: ^1.3.9 | |
| 9 test: ^0.12.6 | |
| 10 version: 0.0.1 | |
| OLD | NEW |