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

Unified Diff: pkg/http_server/pubspec.yaml

Issue 756493002: pkg/http_server: move to multi-lib layout (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: readme fixup Created 6 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/http_server/lib/src/virtual_host.dart ('k') | no next file » | 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 02c811012d0925365f6e03a6059439971619910b..6bf4501d8f53b5b87580977125e76d2b5f563578 100644
--- a/pkg/http_server/pubspec.yaml
+++ b/pkg/http_server/pubspec.yaml
@@ -1,12 +1,12 @@
name: http_server
-version: 0.9.5
+version: 0.9.5+1
author: Dart Team <misc@dartlang.org>
description: Library of HTTP server classes.
homepage: http://www.dartlang.org
+environment:
+ sdk: '>=1.0.0 <2.0.0'
dependencies:
- mime: ">=0.9.0 <0.10.0"
- path: ">=0.9.0 <2.0.0"
+ mime: '>=0.9.0 <0.10.0'
+ path: '>=0.9.0 <2.0.0'
dev_dependencies:
- unittest: ">=0.10.0 <0.12.0"
-environment:
- sdk: ">=1.0.0 <2.0.0"
+ unittest: '>=0.10.0 <0.12.0'
« no previous file with comments | « pkg/http_server/lib/src/virtual_host.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698