Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: pkg/barback/pubspec.yaml

Issue 59513007: Revert "add versions and constraints for packages and samples" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/async_helper/pubspec.yaml ('k') | pkg/browser/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/pubspec.yaml
diff --git a/pkg/barback/pubspec.yaml b/pkg/barback/pubspec.yaml
index 819eedbdecbca0f0765b3d0d1738a41647d19d97..9cebb0b9673eff99b6fe64d884211fd980b8e3e7 100644
--- a/pkg/barback/pubspec.yaml
+++ b/pkg/barback/pubspec.yaml
@@ -1,5 +1,4 @@
name: barback
-version: 0.9.0
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
@@ -13,11 +12,9 @@ description: >
Runs transforms asynchronously and in parallel when possible to maximize
responsiveness.
dependencies:
- path: ">=0.9.0 <0.10.0"
- source_maps: ">=0.9.0 <0.10.0"
- stack_trace: ">=0.9.0 <0.10.0"
+ path: any
+ source_maps: any
+ stack_trace: any
dev_dependencies:
- scheduled_test: ">=0.9.0 <0.10.0"
- unittest: ">=0.9.0 <0.10.0"
-environment:
- sdk: ">=1.0.0 <2.0.0"
+ scheduled_test: any
+ unittest: any
« no previous file with comments | « pkg/async_helper/pubspec.yaml ('k') | pkg/browser/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698