Files
sdk/pkg/logging/pubspec.yaml
T
kevmoo@google.com 6809af473b flagging pkg/args and pkg/logging as dev+1
should be publishing with bumped version due to package constraint changes

R=rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31388 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-27 17:20:00 +00:00

16 lines
497 B
YAML

name: logging
version: 0.9.1+1
author: Dart Team <misc@dartlang.org>
description: >
Provides APIs for debugging and error logging. This library introduces
abstractions similar to those used in other languages, such as the Closure
JS Logger and java.util.logging.Logger.
homepage: http://www.dartlang.org
documentation: http://api.dartlang.org/docs/pkg/logging
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
collection: '>=0.9.0 <0.10.0'
dev_dependencies:
unittest: '>=0.9.0 <0.10.0'