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

Side by Side Diff: third_party/pkg/barback-0.13.0/examples/markdown_converter/pubspec.yaml

Issue 291843011: Run pub tests against older versions of barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 name: markdown_converter 1 name: markdown_converter
2 description: This hello world example implements a simple 2 description: This hello world example implements a simple
3 transformer that converts a markdown file (with 3 transformer that converts a markdown file (with
4 a ".mdown", ".md", or a ".markdown" extension) to HTML. 4 a ".mdown", ".md", or a ".markdown" extension) to HTML.
5 dependencies: 5 dependencies:
6 barback: any 6 barback: any
7 markdown: any 7 markdown: any
8 8
9 transformers: 9 transformers:
10 - markdown_converter 10 - markdown_converter
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698