| commit | 2e46c8d7067487a8b2bc2b8c2e917f2464d84eb0 | [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 | f14994c74abdbc5401ca420c7930ca9bf3c96c5b | |
| parent | a867a3471d2f380d50eca97e2f2ec06ac69651db [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/stack_trace@29960 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pkgs/stack_trace/pubspec.yaml b/pkgs/stack_trace/pubspec.yaml index 33af867..b672df7 100644 --- a/pkgs/stack_trace/pubspec.yaml +++ b/pkgs/stack_trace/pubspec.yaml
@@ -1,14 +1,11 @@ name: stack_trace -version: 0.9.0 author: "Dart Team <misc@dartlang.org>" homepage: http://www.dartlang.org description: > A package for manipulating stack traces and printing them readably. dependencies: - path: ">=0.9.0 <0.10.0" + path: any dev_dependencies: - unittest: ">=0.9.0 <0.10.0" -environment: - sdk: ">=1.0.0 <2.0.0" + unittest: any