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

Unified Diff: pkg/string_scanner/pubspec.yaml

Issue 299973002: Add LineScanner and SpanScanner classes to string_scanner. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: analyzer fixes Created 6 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: pkg/string_scanner/pubspec.yaml
diff --git a/pkg/string_scanner/pubspec.yaml b/pkg/string_scanner/pubspec.yaml
index 3035901ea7c77fbe6b8640edaaf0cdfaa0039381..86ae238a65f3e5ae5aba70a764294ef4b36a22a2 100644
--- a/pkg/string_scanner/pubspec.yaml
+++ b/pkg/string_scanner/pubspec.yaml
@@ -1,9 +1,12 @@
name: string_scanner
-version: 0.0.1
+version: 0.0.2
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
A class for parsing strings using a sequence of patterns.
+dependencies:
+ path: ">=1.2.0 <2.0.0"
+ source_maps: ">=0.9.0 <0.10.0"
dev_dependencies:
unittest: ">=0.10.0 <0.11.0"
environment:

Powered by Google App Engine
This is Rietveld 408576698