Skip to content

Commit b042628

Browse files
committed
Removed Ampere as external dependency causing fatal error on PowerShell 0.2.8 import.
1 parent e0e720f commit b042628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerPlug/dist/PowerPlug/PowerPlug.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ PrivateData = @{
111111
RequireLicenseAcceptance = $false
112112

113113
# External dependent modules of this module
114-
ExternalModuleDependencies = @("Ampere")
114+
ExternalModuleDependencies = @()
115115

116116
} # End of PSData hashtable
117117

0 commit comments

Comments
 (0)