Skip to content

Commit 950ae7f

Browse files
author
James Brundage
committed
feat: Adding WebSocket.types.ps1xml to manifest ( Fixes #90 )
1 parent 1b5d3f2 commit 950ae7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WebSocket.psd1

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
FunctionsToExport = @('Get-WebSocket')
1010
AliasesToExport = @('WebSocket','ws','wss')
1111
FormatsToProcess = @('WebSocket.format.ps1xml')
12+
TypesToProcess = @('WebSocket.types.ps1xml')
1213
PrivateData = @{
1314
PSData = @{
1415
Tags = @('WebSocket', 'WebSockets', 'Networking', 'Web')

0 commit comments

Comments
 (0)