| 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:
 | 
| 
 |