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

Unified Diff: pubspec.yaml

Issue 930513002: Added README, a bin/serve example server which can be used locally. (Closed) Base URL: https://github.com/dart-lang/pub_server.git@master
Patch Set: Created 5 years, 10 months 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
« lib/shelf_pubserver.dart ('K') | « lib/shelf_pubserver.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 77e5761df3912de3262c023c5015b7b5d30af0b3..7c4ec8bf5c23f8a0ea7e0e66734f0a04d22ecb41 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -9,10 +9,13 @@ environment:
dependencies:
logging: ">=0.9.3 <1.0.0"
- mime: ">=0.9.1 <0.10.0"
+ mime: ">=0.9.2 <0.10.0"
pub_semver: ">=1.1.0 <1.2.0"
shelf: ">=0.5.6 <0.6.0"
yaml: ">=2.1.2 <3.0.0"
dev_dependencies:
+ archive: ">=1.0.0 <2.0.0"
+ args: ">=0.12.2 <0.13.0"
+ http: ">0.11.0 <0.12.0"
unittest: ">=0.11.4 <0.12.0"
« lib/shelf_pubserver.dart ('K') | « lib/shelf_pubserver.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698