Skip to content

Commit

Permalink
remove required module versions
Browse files Browse the repository at this point in the history
!deploy
  • Loading branch information
KevinMarquette committed Dec 26, 2018
1 parent 61a021b commit 2f0c72c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions PSGraphPlus/PSGraphPlus.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(
@{ModuleName = 'PSGraph'; ModuleVersion = '2.1.19'}
@{ModuleName = 'Select-Ast'; ModuleVersion = '0.1.0'}
)
RequiredModules = @('PSGraph', 'Select-Ast')

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()
Expand Down

0 comments on commit 2f0c72c

Please sign in to comment.