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

Side by Side Diff: pkg/barback/example/markdown_converter/pubspec.yaml

Issue 808713003: Remove barback from the repo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 name: markdown_converter
2 description: This hello world example implements a simple
3 transformer that converts a markdown file (with
4 a ".mdown", ".md", or a ".markdown" extension) to HTML.
5
6 dependencies:
7 barback: ">=0.14.1 <0.16.0"
8 markdown: any
9
10 # Override the barback dependency so this example always uses the version
11 # of barback it's bundled with.
12 dependency_overrides:
13 barback: {path: ../..}
14
15 transformers:
16 - markdown_converter
OLDNEW
« no previous file with comments | « pkg/barback/example/markdown_converter/lib/transformer.dart ('k') | pkg/barback/example/simple_transformer/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698