Index: examples/dart/hello_world/hello/pubspec.yaml |
diff --git a/examples/dart/hello_world/hello/pubspec.yaml b/examples/dart/hello_world/hello/pubspec.yaml |
index 0756a3d496a7a0847b3583c07a5d5bae62bb2eca..6f1b88cba3771ca7afe2c6d3d47130b00e718fa5 100644 |
--- a/examples/dart/hello_world/hello/pubspec.yaml |
+++ b/examples/dart/hello_world/hello/pubspec.yaml |
@@ -1 +1,10 @@ |
name: mojo_dart_hello |
+author: Chromium Authors <mojo-dev@googlegroups.com> |
+description: A Hello World style Mojo example app. |
+dependencies: |
+ mojo_sdk: 0.2.9 |
+dev_dependencies: |
+ args: ^0.13.2 |
+ path: ^1.3.9 |
+ test: ^0.12.6 |
+version: 0.0.1 |