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

Unified Diff: pubspec.yaml

Issue 1150143006: fixes #201, add support for custom URL mapping (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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 b092174dfbacb5953be1f052e8ad8d3cb82f23a0..db8bd884b808e736eac9885cb56d9f6d13dcb2d7 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -7,7 +7,7 @@ author: Dart Dev Compiler team <dev-compiler@dartlang.org>
homepage: https://github.com/dart-lang/dev_compiler
dependencies:
analyzer: ^0.25.0
- args: ">=0.12.1 <0.14.0"
+ args: ^0.13.0
Jennifer Messerly 2015/06/02 21:37:27 0.13 changed how comma split works
cli_util: ^0.0.1
crypto: ^0.9.0
html: ^0.12.0

Powered by Google App Engine
This is Rietveld 408576698