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

Unified Diff: pkg/async/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: Split sequence_zip into pkg:async and pkg:collection. 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/async/lib/async.dart ('k') | pkg/collection/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/async/pubspec.yaml
diff --git a/pkg/yaml/pubspec.yaml b/pkg/async/pubspec.yaml
similarity index 50%
copy from pkg/yaml/pubspec.yaml
copy to pkg/async/pubspec.yaml
index 1fb4c8d1b95e78280d47083a5400ce8e976884ef..a15c5b64489409bfc07739fda3082809f82dfa5c 100644
--- a/pkg/yaml/pubspec.yaml
+++ b/pkg/async/pubspec.yaml
@@ -1,8 +1,8 @@
-name: yaml
+name: async
version: 0.9.0
-author: "Dart Team <misc@dartlang.org>"
+author: '"Dart Team <misc@dartlang.org>"'
+description: Utility functions and classes related to the 'dart:async' library.
homepage: http://www.dartlang.org
-description: A parser for YAML.
dev_dependencies:
unittest: ">=0.9.0 <0.10.0"
environment:
« no previous file with comments | « pkg/async/lib/async.dart ('k') | pkg/collection/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698