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

Unified Diff: pubspec.yaml

Issue 2171743003: Add the package implementation. (Closed) Base URL: git@github.com:dart-lang/shelf_packages_handler.git@master
Patch Set: Code review changes Created 4 years, 5 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
« no previous file with comments | « lib/src/package_config_handler.dart ('k') | test/packages_handler_test.dart » ('j') | 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 33b34592ee16a4bf8f73c90bab1373aa93b2c973..323adb26cd6aacdae2fad6275b4a0abbd2f45a88 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: shelf_packages_handler
-version: 1.0.0-dev
+version: 1.0.0
description: A shelf handler for serving a `packages/` directory.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/shelf_packages_handler
@@ -7,5 +7,12 @@ homepage: https://github.com/dart-lang/shelf_packages_handler
environment:
sdk: '>=1.9.0 <2.0.0'
+dependencies:
+ async: '^1.1.0'
+ path: '^1.0.0'
+ shelf: '^0.6.0'
+ shelf_static: '^0.2.0'
+ package_resolver: '^1.0.0'
+
dev_dependencies:
test: '^0.12.0'
« no previous file with comments | « lib/src/package_config_handler.dart ('k') | test/packages_handler_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698