Bugfix: some exported functions are not actually exported (#8)

#7
enable-and-fix-formatter-tests
Chris Kuech 2019-07-01 16:27:49 -04:00 committed by GitHub
parent 25f9a601f0
commit f94c7b7865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
RootModule = 'src\module.psm1'
# Version number of this module.
ModuleVersion = '2.1'
ModuleVersion = '2.2'
# Supported PSEditions
# CompatiblePSEditions = @()
@ -64,6 +64,8 @@
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @(
'Format-CallStack',
'Format-Checklist',
'Invoke-Requirement',
'New-Requirement',
'Set-Requirement',