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

Unified Diff: third_party/pkg/markdown/pubspec.yaml

Issue 18497012: Add markdown to third_party/pkg (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: third_party/pkg/markdown/pubspec.yaml
diff --git a/third_party/pkg/markdown/pubspec.yaml b/third_party/pkg/markdown/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..331513f532ab2625709e93ed0936f64868150530
--- /dev/null
+++ b/third_party/pkg/markdown/pubspec.yaml
@@ -0,0 +1,7 @@
+name: markdown
+version: 0.5.0
+author: Dart Team <misc@dartlang.org>
+description: A library for converting markdown to HTML.
+homepage: https://github.com/dpeek/dart-markdown
+dev_dependencies:
+ unittest: any

Powered by Google App Engine
This is Rietveld 408576698