pubspec: Make the description a bit longer
diff --git a/pkgs/stream_channel/pubspec.yaml b/pkgs/stream_channel/pubspec.yaml index dfd3af8..bef50e1 100644 --- a/pkgs/stream_channel/pubspec.yaml +++ b/pkgs/stream_channel/pubspec.yaml
@@ -1,7 +1,9 @@ name: stream_channel version: 2.0.1-dev -description: An abstraction for two-way communication channels. +description: >- + An abstraction for two-way communication channels based on the Dart Stream + class. author: Dart Team <misc@dartlang.org> homepage: https://github.com/dart-lang/stream_channel