Chromium Code Reviews

Unified Diff: sdk/lib/_internal/dartdoc/pubspec.yaml

Issue 12782016: Switch pkg packages, pub, and dartdoc to use package: imports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes. Created 7 years, 9 months 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: sdk/lib/_internal/dartdoc/pubspec.yaml
diff --git a/sdk/lib/_internal/dartdoc/pubspec.yaml b/sdk/lib/_internal/dartdoc/pubspec.yaml
index abeff7bcaa87d4b1ef9c0238adcbaaaad8cdef55..b28d984fb7cd2b8b8b1ea4fe8c6e67b2c4b1b231 100644
--- a/sdk/lib/_internal/dartdoc/pubspec.yaml
+++ b/sdk/lib/_internal/dartdoc/pubspec.yaml
@@ -1,3 +1,10 @@
name: dartdoc
description: >
Libraries for generating documentation from Dart source code.
+
+dependencies:
+ args: ">=0.4.2 <1.0.0"
+ pathos: ">=0.4.2 <1.0.0"
+
+dev_dependencies:
+ unittest: ">=0.4.2 <1.0.0"
« no previous file with comments | « sdk/lib/_internal/dartdoc/lib/universe_serializer.dart ('k') | sdk/lib/_internal/dartdoc/test/dartdoc_test.dart » ('j') | no next file with comments »

Powered by Google App Engine