| Index: sky/sdk/example/hello_world/pubspec.yaml
|
| diff --git a/sky/sdk/example/hello_world/pubspec.yaml b/sky/sdk/example/hello_world/pubspec.yaml
|
| index fb27d11e6b76a59ed510ec7da09967e2807e357f..be33d87b1a9b4bebe313dd290ba3290fdc61218d 100644
|
| --- a/sky/sdk/example/hello_world/pubspec.yaml
|
| +++ b/sky/sdk/example/hello_world/pubspec.yaml
|
| @@ -1,3 +1,7 @@
|
| name: hello_world
|
| +author: Chromium Authors <sky-dev@googlegroups.com>
|
| +description: Hello, world using Sky
|
| +homepage: https://github.com/domokit/sky_sdk/tree/master/packages/sky/example/hello_world
|
| +version: 0.0.1
|
| dependencies:
|
| - sky: any
|
| + sky: '>=0.0.10 <1.0.0'
|
|
|