dart-sdk/pkg/async/pubspec.yaml
lrn@google.com e7e19bb9be Add Result.flatten.
Update version to 1.0.0

Fix typo in Result doc forgotten in previous CL.

R=sgjesse@google.com

Review URL: https://codereview.chromium.org//297033002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36556 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-23 09:53:37 +00:00

10 lines
265 B
YAML

name: async
version: 1.0.0
author: Dart Team <misc@dartlang.org>
description: Utility functions and classes related to the 'dart:async' library.
homepage: http://www.dartlang.org
dev_dependencies:
unittest: ">=0.10.0 <0.12.0"
environment:
sdk: ">=1.0.0 <2.0.0"