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

Unified Diff: pkg/collection_helpers/pubspec.yaml

Issue 113883002: Create associated packages for the dart:collection and dart:async libs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update SDK dependency to 1.0.0 Created 7 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
« no previous file with comments | « pkg/collection_helpers/lib/wrappers.dart ('k') | pkg/collection_helpers/test/algorithms_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/collection_helpers/pubspec.yaml
diff --git a/pkg/collection_helpers/pubspec.yaml b/pkg/collection_helpers/pubspec.yaml
index 482ca1ca76986c6aaa0c2ce870cf27e9570e2287..871ef1cd262290a3e587776a8510e0dd476d1612 100644
--- a/pkg/collection_helpers/pubspec.yaml
+++ b/pkg/collection_helpers/pubspec.yaml
@@ -1,9 +1,10 @@
name: collection_helpers
-version: 0.9.1
+version: 0.9.2
author: "Dart Team <misc@dartlang.org>"
-description: Utility functions and classes for working with collections.
+description: Discontinued. Use package:collection or package:typed_data.
homepage: http://www.dartlang.org
-dev_dependencies:
- unittest: ">=0.9.0 <0.10.0"
+dependencies:
+ collection: "0.9.0"
+ typed_data: "0.9.0"
environment:
sdk: ">=1.0.0 <2.0.0"
« no previous file with comments | « pkg/collection_helpers/lib/wrappers.dart ('k') | pkg/collection_helpers/test/algorithms_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698