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

Unified Diff: pkg/barback/pubspec.yaml

Issue 423823010: Support source_span spans in barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 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: pkg/barback/pubspec.yaml
diff --git a/pkg/barback/pubspec.yaml b/pkg/barback/pubspec.yaml
index 9d6fec36a3ef8b3c2ffb5ee87690d399d5bcf4fa..2bec8468a0c0ad70be7de81d90eba21919180c49 100644
--- a/pkg/barback/pubspec.yaml
+++ b/pkg/barback/pubspec.yaml
@@ -7,7 +7,7 @@ name: barback
#
# When the minor or patch version of this is upgraded, you *must* update that
# version constraint in pub to stay in sync with this.
-version: 0.14.1+4
+version: 0.14.2
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
@@ -25,6 +25,7 @@ dependencies:
path: ">=0.9.0 <2.0.0"
pool: ">=1.0.0 <2.0.0"
source_maps: ">=0.9.0 <0.10.0"
+ source_span: ">=1.0.0 <2.0.0"
stack_trace: ">=0.9.1 <2.0.0"
collection: ">=0.9.1 <0.10.0"
dev_dependencies:
« no previous file with comments | « pkg/barback/lib/src/transformer/transform_logger.dart ('k') | sdk/lib/_internal/pub/asset/dart/serialize.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698