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

Unified Diff: pkg/args/pubspec.yaml

Issue 19810004: pkg/args: expose immutable collections (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixes for pub uploader 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: pkg/args/pubspec.yaml
diff --git a/pkg/args/pubspec.yaml b/pkg/args/pubspec.yaml
index 14802e7025dc861d1c3941ee00fc9817b6e38d19..5e460f373b9c6c25993206b7aeaadea9c30615b7 100644
--- a/pkg/args/pubspec.yaml
+++ b/pkg/args/pubspec.yaml
@@ -6,5 +6,7 @@ description: >
Libraries for defining parsers for parsing raw command-line arguments into
a set of options and values using GNU and POSIX style options.
+dependencies:
+ unmodifiable_collection: any
dev_dependencies:
unittest: any

Powered by Google App Engine
This is Rietveld 408576698