Index: pkg/htmlescape/pubspec.yaml |
=================================================================== |
--- pkg/htmlescape/pubspec.yaml (revision 15592) |
+++ pkg/htmlescape/pubspec.yaml (working copy) |
@@ -1,3 +1,5 @@ |
name: htmlescape |
+author: "Dart Team <misc@dartlang.org>" |
+homepage: http://www.dartlang.org |
description: > |
- Simple HTML utility for escapeing a String. |
+ Simple HTML utility for escaping a String. |