Skip to content

Commit

Permalink
Merge pull request #60 from mgeorgebrown89/nestedmodules
Browse files Browse the repository at this point in the history
Nestedmodules
  • Loading branch information
mgeorgebrown89 authored Sep 29, 2019
2 parents a254ab3 + 00ec601 commit b2673fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Slack/Slack.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Script module or binary module file associated with this manifest.
RootModule = 'Slack.psm1'
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.3.2'
Expand Down Expand Up @@ -67,6 +67,7 @@

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @(
'Slack.psm1',
'Slack.Blocks\Slack.Blocks.psm1',
'Slack.Emoji\Slack.Emoji.psm1',
'Slack.WebAPI\Slack.WebAPI.psm1'
Expand Down

0 comments on commit b2673fd

Please sign in to comment.