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

Unified Diff: pkg/barback/example/lazy_transformer/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 side-by-side diff with in-line comments
Download patch
Index: pkg/barback/example/lazy_transformer/pubspec.yaml
diff --git a/pkg/barback/example/lazy_transformer/pubspec.yaml b/pkg/barback/example/lazy_transformer/pubspec.yaml
deleted file mode 100644
index e01c5d14a271d6d824d0d58e3587e5e3a9877905..0000000000000000000000000000000000000000
--- a/pkg/barback/example/lazy_transformer/pubspec.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-name: lazy_transformer
-description: This example implements a very simple lazy transformer
- which implements a ROT13 converter. ROT13 (ROTate by 13 spaces) is
- a classic substitution cipher where each letter is replaced by
- the letter 13 places later in the alphabet.
-
-dependencies:
- barback: ">=0.14.1 <0.16.0"
-
-transformers:
-- lazy_transformer
« no previous file with comments | « pkg/barback/example/lazy_transformer/lib/transformer.dart ('k') | pkg/barback/example/markdown_converter/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698