From 6d07ed99b8d7e33d59738a233fdb6b05fddc98d8 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Thu, 30 Jul 2020 10:00:20 -0700 Subject: [PATCH] Remove the author section from pubspec (#63) Resolves a warning from the pub tool that this field is no longer used. --- CHANGELOG.md | 2 ++ pubspec.yaml | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4a13c..98c1e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2.1.0-nullsafety.1-dev + ## 2.1.0-nullsafety * Migrate to null safety. diff --git a/pubspec.yaml b/pubspec.yaml index 0dc7c99..5895aee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,9 @@ name: stream_channel -version: 2.1.0-nullsafety +version: 2.1.0-nullsafety.1-dev description: >- An abstraction for two-way communication channels based on the Dart Stream class. -author: Dart Team homepage: https://github.com/dart-lang/stream_channel environment: