From 7c2bea64b5f0d73a01fdeda9c66c813ddd8af40c Mon Sep 17 00:00:00 2001 From: Alex Sarafian Date: Thu, 6 Apr 2017 17:12:18 +0200 Subject: [PATCH] GH-23 and GH-25 --- Automation/Publish-Module.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Automation/Publish-Module.ps1 b/Automation/Publish-Module.ps1 index b22981c..5a6c035 100644 --- a/Automation/Publish-Module.ps1 +++ b/Automation/Publish-Module.ps1 @@ -199,7 +199,6 @@ foreach($moduleName in $moduleNamesToPublish) "ReleaseNotes"= $releaseNotes -join [System.Environment]::NewLine "CmdletsToExport" = $exportedNames "FunctionsToExport" = $exportedNames - RequiredModules=@("PoshPrivilege") } switch ($moduleName) {