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

Unified Diff: pkg/barback/example/markdown_converter/pubspec.yaml

Issue 429943004: Adding an aggregate transformer example to barback. Also updating the previous examples. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/barback/example/markdown_converter/pubspec.yaml
diff --git a/pkg/barback/example/markdown_converter/pubspec.yaml b/pkg/barback/example/markdown_converter/pubspec.yaml
index f212c9f57d2d5b3e8b1b3295960b81c781e24ca4..5cd04d6f186813ad8aea654e8796c161b9e5fb05 100644
--- a/pkg/barback/example/markdown_converter/pubspec.yaml
+++ b/pkg/barback/example/markdown_converter/pubspec.yaml
@@ -2,9 +2,15 @@ name: markdown_converter
description: This hello world example implements a simple
transformer that converts a markdown file (with
a ".mdown", ".md", or a ".markdown" extension) to HTML.
+
dependencies:
- barback: any
+ barback: ">=0.14.1 <0.16.0"
markdown: any
+# Override the barback dependency so this example always uses the version
+# of barback it's bundled with.
+dependency_overrides:
+ barback: {path: ../..}
+
transformers:
- markdown_converter
« no previous file with comments | « pkg/barback/example/markdown_converter/lib/test2.md ('k') | pkg/barback/example/markdown_converter/web/images/bison.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698