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

Unified Diff: pubspec.yaml

Issue 1239013002: Use the test runner on the bots. (Closed) Base URL: git@github.com:dart-lang/shelf@master
Patch Set: Created 5 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
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 26515faf2739ea00a2abda64f71fdc0193df75b9..4c5fef703b2e35408eff1d5b82d76273e29c5721 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: shelf
-version: 0.6.1+3
+version: 0.6.2-dev
author: Dart Team <misc@dartlang.org>
description: Web Server Middleware for Dart
homepage: https://github.com/dart-lang/shelf
@@ -14,3 +14,6 @@ dev_dependencies:
http: '>=0.9.2 <0.12.0'
scheduled_test: '^0.12.0'
test: '^0.12.0'
+dependency_overrides:
kevmoo 2015/07/16 01:40:57 huh?
nweiz 2015/07/16 20:07:09 Done.
+ test: {path: ../unittest}
+ #stack_trace: {path: ../stack_trace}
« no previous file with comments | « .test_config ('k') | test/shelf_io_test.dart » ('j') | test/shelf_io_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698