Index: packages/utf/pubspec.yaml |
diff --git a/packages/utf/pubspec.yaml b/packages/utf/pubspec.yaml |
index 519bed4b82fcf3d04eeb05d4fc9276815ab688a5..8fb2c515524163fb68c53302684dd443ad554156 100644 |
--- a/packages/utf/pubspec.yaml |
+++ b/packages/utf/pubspec.yaml |
@@ -1,9 +1,10 @@ |
name: utf |
-version: 0.9.0+2 |
+version: 0.9.0+3 |
author: Dart Team <misc@dartlang.org> |
description: > |
- A Unicode library. Intended for advanced use where the built-in facilities |
- are too limiting. |
-homepage: https://pub.dartlang.org/packages/utf |
+ Provides common operations for manipulating Unicode sequences |
+homepage: https://www.github.com/dart-lang/utf |
environment: |
sdk: '>=1.0.0 <2.0.0' |
+dev_dependencies: |
+ test: ^0.12.0 |