fix(RootModule): remove redundant functions

we're using nested modules for scoping
This commit is contained in:
Rodweil, Theodor 2023-08-06 22:30:16 +02:00
parent b475e21f03
commit 76ea9527b1
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5
2 changed files with 4 additions and 426 deletions

View file

@ -63,7 +63,9 @@ RootModule = 'PSConfluencePublisher.psm1'
'PersonalAccessToken.psm1',
'Connection.psm1',
'Manifest.psm1',
'Page.psm1'
'Page.psm1',
'PageMeta.psm1',
'String.psm1'
)
# 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.
@ -86,7 +88,7 @@ AliasesToExport = @()
# List of all files packaged with this module
FileList = @(
"./manifest.schema.json"
"manifest.schema.json"
)
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.