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

Unified Diff: pkg/unmodifiable_collection/pubspec.yaml

Issue 17315017: Add unmodifiable_collection package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments. Created 7 years, 6 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/unmodifiable_collection/pubspec.yaml
diff --git a/pkg/yaml/pubspec.yaml b/pkg/unmodifiable_collection/pubspec.yaml
similarity index 52%
copy from pkg/yaml/pubspec.yaml
copy to pkg/unmodifiable_collection/pubspec.yaml
index 4b17267fcb69e10aa2e26cb213d0729fe16a38e7..43cbc11718c1122d044b2dfd32b595f746d9ddde 100644
--- a/pkg/yaml/pubspec.yaml
+++ b/pkg/unmodifiable_collection/pubspec.yaml
@@ -1,6 +1,7 @@
-name: yaml
+name: unmodifiable_collection
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
-description: A parser for YAML.
+description: >
+ Unmodifiable wrappers for base collection types.
dev_dependencies:
unittest: any

Powered by Google App Engine
This is Rietveld 408576698