Copy all of dart_sky.dart's supporting files into package:sky

Also bumped package:sky's version in prep for publishing.

R=abarth@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1024243002
This commit is contained in:
Eric Seidel 2015-03-20 14:46:58 -07:00
parent ea62fa7d72
commit 03a2006046
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
## 0.0.2
- sdk_additions now includes previously missing imports.
- added lib/sky_tool, and supporting apks/SkyDemo.apk

View File

@ -2,6 +2,6 @@ name: sky
author: Chromium Authors <sky-dev@googlegroups.com>
description: Dart files to support executing inside Sky.
homepage: https://github.com/domokit/mojo/tree/master/sky
version: 0.0.1
version: 0.0.2
dependencies:
mojo: '>=0.0.1 <1.0.0'