Skip to content

Commit f14b5aa

Browse files
authored
Include a description and version number in web_socket pubspec (#1148)
1 parent 5b656a9 commit f14b5aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/web_socket/pubspec.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: web_socket
2-
description: "TODO: enter a descirption here"
2+
description: >-
3+
Any easy-to-use library for communicating with WebSockets
4+
that has multiple implementations.
35
repository: https://github.com/dart-lang/http/tree/master/pkgs/web_socket
4-
5-
publish_to: none
6+
version: 0.1.0-wip
67

78
environment:
89
sdk: ^3.3.0

0 commit comments

Comments
 (0)