Chromium Code Reviews

Unified Diff: pkg/http_server/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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « pkg/http/pubspec.yaml ('k') | pkg/intl/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http_server/pubspec.yaml
diff --git a/pkg/http_server/pubspec.yaml b/pkg/http_server/pubspec.yaml
index 759bc674d36bfc561092f75f3f9b242ef6455555..10896aa0b73b714810aaf34423cf9da0ce769e17 100644
--- a/pkg/http_server/pubspec.yaml
+++ b/pkg/http_server/pubspec.yaml
@@ -1,13 +1,10 @@
name: http_server
-version: 0.9.0
author: Dart Team <misc@dartlang.org>
description: Library of HTTP server classes.
homepage: http://www.dartlang.org
documentation: http://api.dartlang.org/docs/pkg/http_server
dependencies:
- mime: ">=0.9.0 <0.10.0"
- path: ">=0.9.0 <0.10.0"
+ mime: any
+ path: any
dev_dependencies:
- unittest: ">=0.9.0 <0.10.0"
-environment:
- sdk: ">=1.0.0 <2.0.0"
+ unittest: any
« no previous file with comments | « pkg/http/pubspec.yaml ('k') | pkg/intl/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine