From f14b5aae99cf2bcda252a1654ec9cf39c658cf19 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 4 Mar 2024 16:53:16 -0800 Subject: [PATCH] Include a description and version number in web_socket pubspec (#1148) --- pkgs/web_socket/pubspec.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/web_socket/pubspec.yaml b/pkgs/web_socket/pubspec.yaml index f2ad2e24a5..f3f89809e6 100644 --- a/pkgs/web_socket/pubspec.yaml +++ b/pkgs/web_socket/pubspec.yaml @@ -1,8 +1,9 @@ name: web_socket -description: "TODO: enter a descirption here" +description: >- + Any easy-to-use library for communicating with WebSockets + that has multiple implementations. repository: https://github.com/dart-lang/http/tree/master/pkgs/web_socket - -publish_to: none +version: 0.1.0-wip environment: sdk: ^3.3.0