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

Unified Diff: pkg/utf/pubspec.yaml

Issue 418433003: pkg/utf: fixed layout, added todos, updated docs and homepage pubspec links (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « pkg/utf/lib/utf_stream.dart ('k') | pkg/utf/test/unicode_core_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/utf/pubspec.yaml
diff --git a/pkg/utf/pubspec.yaml b/pkg/utf/pubspec.yaml
index e997daca6afbd06a7ee39369bf9e01554f6188d5..a3fd33455f62dbbb3c50c45c76b3b0e4864d300b 100644
--- a/pkg/utf/pubspec.yaml
+++ b/pkg/utf/pubspec.yaml
@@ -1,12 +1,9 @@
name: utf
-version: 0.9.0
+version: 0.9.0+1
author: Dart Team <misc@dartlang.org>
description: >
A Unicode library. Intended for advanced use where the built-in facilities
are too limiting.
-homepage: http://www.dartlang.org
-documentation: http://api.dartlang.org/docs/pkg/utf
-dev_dependencies:
- unittest: ">=0.9.0 <0.10.0"
+homepage: https://pub.dartlang.org/packages/utf
environment:
- sdk: ">=0.8.10+6 <2.0.0"
+ sdk: '>=1.0.0 <2.0.0'
« no previous file with comments | « pkg/utf/lib/utf_stream.dart ('k') | pkg/utf/test/unicode_core_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698