| Index: pkg/logging/pubspec.yaml
|
| ===================================================================
|
| --- pkg/logging/pubspec.yaml (revision 29983)
|
| +++ pkg/logging/pubspec.yaml (working copy)
|
| @@ -1,10 +1,12 @@
|
| name: logging
|
| +version: 0.9.0
|
| 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
|
| dependencies:
|
| - meta: any
|
| - unmodifiable_collection: any
|
| + unmodifiable_collection: ">=0.9.0 <0.10.0"
|
| dev_dependencies:
|
| - unittest: any
|
| + unittest: ">=0.9.0 <0.10.0"
|
| +environment:
|
| + sdk: ">=0.8.10+6 <2.0.0"
|
|
|