fix(RootModule): remove redundant functions
we're using nested modules for scoping
This commit is contained in:
parent
b475e21f03
commit
76ea9527b1
2 changed files with 4 additions and 426 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue