Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
lagebergerjensen committed Feb 3, 2020
2 parents 7bb3074 + 65b51fb commit c7e154c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Passphraser.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
RequiredAssemblies = @(
'.\classes\Zxcvbn.dll'
)
# ScriptsToProcess = @(
# '.\classes\PassphraseObject.Class.ps1'
# )
ScriptsToProcess = @(
'.\classes\PassphraseObject.Class.ps1'
)
# TypesToProcess = @()
# FormatsToProcess = @()
# NestedModules = @()
Expand Down
1 change: 0 additions & 1 deletion Passphraser.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
param()

foreach ($folder in @(
'classes'
'scripts\public',
'scripts\private')) {
$root = Join-Path -Path $PSScriptRoot -ChildPath $folder
Expand Down

0 comments on commit c7e154c

Please sign in to comment.