| commit | 1e32ccd8938e7c26254da206831ee29ea21c332d | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <kevmoo@google.com> | Tue Apr 21 13:05:53 2020 -0700 |
| committer | Kevin Moore <kevmoo@google.com> | Tue Apr 21 13:05:53 2020 -0700 |
| tree | 40498ec3548662d2ed35d6ad3661623bd47ab26a | |
| parent | 1b9d2c656dda2e6549de117129ad0a33955bccc7 [diff] |
remove author from pubspec
diff --git a/pkgs/json_rpc_2/pubspec.yaml b/pkgs/json_rpc_2/pubspec.yaml index 16fd74b..89fb7b8 100644 --- a/pkgs/json_rpc_2/pubspec.yaml +++ b/pkgs/json_rpc_2/pubspec.yaml
@@ -1,6 +1,5 @@ name: json_rpc_2 version: 2.1.1 -author: Dart Team <misc@dartlang.org> description: >- Utilities to write a client or server using the JSON-RPC 2.0 spec. homepage: https://github.com/dart-lang/json_rpc_2