Update URLs to point to pub.dev (#11)

- Point links at `pub.dev` instead of `dartdocs.org`.
- Remove unused `author` field from pubspec.
diff --git a/README.md b/README.md
index 0d5b78c..0d64ced 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
 may default to `true` for applications running on the Dart VM on Windows. For
 example:
 
-[ascii]: https://www.dartdocs.org/documentation/term_glyph/latest/term_glyph/ascii.html
+[ascii]: https://pub.dev/documentation/term_glyph/latest/term_glyph/ascii.html
 
 ```dart
 import 'dart:io';
diff --git a/pubspec.yaml b/pubspec.yaml
index 9c650e3..06d09d5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,7 +2,6 @@
 version: 1.1.1-dev
 
 description: Useful Unicode glyphs and ASCII substitutes.
-author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/term_glyph
 
 environment: