Chromium Code Reviews

Unified 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.
Jump to:
View side-by-side diff with in-line comments
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
deleted file mode 100644
index 5cd04d6f186813ad8aea654e8796c161b9e5fb05..0000000000000000000000000000000000000000
--- a/pkg/barback/example/markdown_converter/pubspec.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-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: ">=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/transformer.dart ('k') | pkg/barback/example/simple_transformer/README.md » ('j') | no next file with comments »

Powered by Google App Engine