Index: examples/dart/wget/pubspec.yaml |
diff --git a/examples/dart/wget/pubspec.yaml b/examples/dart/wget/pubspec.yaml |
index 8ae14c0eb889923fa49b84366357a446e549d65a..4ee26957cfd3744d4c7677c001b7b82a165f3d49 100644 |
--- a/examples/dart/wget/pubspec.yaml |
+++ b/examples/dart/wget/pubspec.yaml |
@@ -1,4 +1,10 @@ |
name: mojo_dart_wget |
+author: Chromium Authors <mojo-dev@googlegroups.com> |
+description: A Mojo example that fetches a URL. |
dependencies: |
- mojo: ^0.4.0 |
- mojo_services: ^0.4.0 |
+ mojo_sdk: 0.2.9 |
+dev_dependencies: |
+ args: ^0.13.2 |
+ path: ^1.3.9 |
+ test: ^0.12.6 |
+version: 0.0.1 |