Chromium Code Reviews

Side by Side Diff: examples/dart/hello_world/hello/pubspec.yaml

Issue 1571823002: Dart: Adds tests of a couple Dart examples. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 name: mojo_dart_hello 1 name: mojo_dart_hello
2 author: Chromium Authors <mojo-dev@googlegroups.com>
3 description: A Hello World style Mojo example app.
4 dependencies:
5 mojo_sdk: 0.2.9
6 dev_dependencies:
7 args: ^0.13.2
8 path: ^1.3.9
9 test: ^0.12.6
10 version: 0.0.1
OLDNEW

Powered by Google App Engine