| commit | cf2278422cff6fa9cb9eb345e3cfc701d93d770f | [log] [tgz] |
|---|---|---|
| author | ajohnsen@google.com <ajohnsen@google.com> | Wed Nov 06 09:09:18 2013 +0000 |
| committer | ajohnsen@google.com <ajohnsen@google.com> | Wed Nov 06 09:09:18 2013 +0000 |
| tree | 0866ddaa5e4b5f5258642aeef359a468c2a1bd04 | |
| parent | 517b5a8878abf1a94d694d29674889770d993a7b [diff] |
Revert "add versions and constraints for packages and samples" This is currently blocking us from testing samples. BUG= R=kasperl@google.com Review URL: https://codereview.chromium.org//59513007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/yaml@29960 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pkgs/yaml/pubspec.yaml b/pkgs/yaml/pubspec.yaml index 48d4989..4b17267 100644 --- a/pkgs/yaml/pubspec.yaml +++ b/pkgs/yaml/pubspec.yaml
@@ -1,9 +1,6 @@ name: yaml -version: 0.9.0 author: "Dart Team <misc@dartlang.org>" homepage: http://www.dartlang.org description: A parser for YAML. dev_dependencies: - unittest: ">=0.9.0 <0.10.0" -environment: - sdk: ">=1.0.0 <2.0.0" + unittest: any