Skip to content

Commit 5c9c3a4

Browse files
author
James Brundage
committed
feat: Removing thread job dependency from obs-powershell
1 parent 2ef34c7 commit 5c9c3a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

obs-powershell.ps.psd1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
CompanyName = 'Start-Automating'
88
Copyright = '2022-2023 Start-Automating'
99
FormatsToProcess = 'obs-powershell.format.ps1xml'
10-
TypesToProcess = 'obs-powershell.types.ps1xml'
11-
RequiredModules = 'ThreadJob'
10+
TypesToProcess = 'obs-powershell.types.ps1xml'
1211
PowerShellVersion = '7.0'
1312
PrivateData = @{
1413
PSData = @{

0 commit comments

Comments
 (0)