Remove author from pubspec.yaml (#73)

diff --git a/pkgs/shelf_router/pubspec.yaml b/pkgs/shelf_router/pubspec.yaml
index 5cf23ce..1b02b1a 100644
--- a/pkgs/shelf_router/pubspec.yaml
+++ b/pkgs/shelf_router/pubspec.yaml
@@ -1,7 +1,5 @@
 name: shelf_router
 version: 0.7.2
-authors:
-  - Jonas Finnemann Jensen <jonasfj@google.com>
 description: |
   A convinent request router for the shelf web-framework, with support for
   URL-parameters, nested routers and routers generated from source annotations.
diff --git a/pkgs/shelf_router_generator/pubspec.yaml b/pkgs/shelf_router_generator/pubspec.yaml
index 3f500d6..9d92b30 100644
--- a/pkgs/shelf_router_generator/pubspec.yaml
+++ b/pkgs/shelf_router_generator/pubspec.yaml
@@ -1,7 +1,5 @@
 name: shelf_router_generator
 version: 0.7.2+2
-authors:
-  - Jonas Finnemann Jensen <jonasfj@google.com>
 description: |
   A package:build compatible builder for generating request routers for the
   shelf web-framework based on source annotations.