Index: pkg/json/pubspec.yaml |
=================================================================== |
--- pkg/json/pubspec.yaml (revision 29983) |
+++ pkg/json/pubspec.yaml (working copy) |
@@ -1,4 +1,5 @@ |
name: json |
+version: 0.9.0 |
author: Dart Team <misc@dartlang.org> |
description: > |
A JSON library. Intended for advanced use where the built-in facilities are |
@@ -6,4 +7,6 @@ |
homepage: http://www.dartlang.org |
documentation: http://api.dartlang.org/docs/pkg/json |
dev_dependencies: |
- unittest: any |
+ unittest: ">=0.9.0 <0.10.0" |
+environment: |
+ sdk: ">=0.8.10+6 <2.0.0" |