Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1728)

Unified Diff: pkg/smoke/pubspec.yaml

Issue 204143002: Changes in smoke in preparation of polymer's codegen: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/smoke/pubspec.yaml
diff --git a/pkg/smoke/pubspec.yaml b/pkg/smoke/pubspec.yaml
index 4332d339ad5f8a20517f440fe529f70185f127ed..ae85a3fae34927c9c85e08e6e065d88eddce7ee2 100644
--- a/pkg/smoke/pubspec.yaml
+++ b/pkg/smoke/pubspec.yaml
@@ -1,5 +1,5 @@
name: smoke
-version: 0.1.0-pre.0
+version: 0.1.0-dev
Siggi Cherem (dart-lang) 2014/03/19 00:09:53 this could also be -pre.1.dev, but I figure if our
Jennifer Messerly 2014/03/19 00:18:54 SGTM
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
homepage: "https://api.dartlang.org/apidocs/channels/be/#smoke"
description: >
@@ -9,11 +9,16 @@ description: >
dependencies:
barback: ">=0.9.0 <0.12.0"
logging: ">=0.9.0 <0.10.0"
-#TODO(sigmund): uncomment this once we have some easier way to do global
+# TODO(sigmund): uncomment this once we have some easier way to do global
# app-level transformers or a way to enable this selectively from the
# application package.
-#transformers: [smoke/src/default_transformer]
+#transformers:
+#- smoke/src/default_transformer:
+# # TODO(sigmund): include this once this feature is available in the stable
+# # channel, or when we really need some other feature in the dev channel.
+# $include: lib/src/implementation.dart
dev_dependencies:
unittest: ">=0.10.0 <0.11.0"
+ path: ">=1.0.0 <2.0.0"
environment:
sdk: ">=1.2.0 <2.0.0"

Powered by Google App Engine
This is Rietveld 408576698