From 697c7357402edaf7769cc3c62b6dce67516b31b1 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Tue, 17 Mar 2015 11:09:33 -0700 Subject: [PATCH] Make mojo and sky dart packages deployable The packages produced from this CL were deployed as v0.0.1: https://pub.dartlang.org/packages/sky https://pub.dartlang.org/packages/mojo There is still no tool included with the sky package due to pub's inability to run anything other than Dart: https://code.google.com/p/dart/issues/detail?id=22877 I'm likely just going to write a dart version of my "sky" script. :( R=ojan@chromium.org, abarth@chromium.org Review URL: https://codereview.chromium.org/1015833002 --- packages/flutter/pubspec.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/flutter/pubspec.yaml diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml new file mode 100644 index 0000000000..548456a70f --- /dev/null +++ b/packages/flutter/pubspec.yaml @@ -0,0 +1,7 @@ +name: sky +author: Chromium Authors +description: Dart files to support executing inside Sky. +homepage: https://github.com/domokit/mojo/sky +version: 0.0.1 +dependencies: + mojo: '>=0.0.1 <1.0.0'