Skip to content

Commit de98c46

Browse files
committed
Add New-SignalChart to FunctionsToExport in module manifest
1 parent 574379a commit de98c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AsBuiltReport.Chart/AsBuiltReport.Chart.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# NestedModules = @()
7070

7171
# 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.
72-
FunctionsToExport = 'New-PieChart', 'New-BarChart', 'New-StackedBarChart'
72+
FunctionsToExport = 'New-PieChart', 'New-BarChart', 'New-StackedBarChart', 'New-SignalChart'
7373

7474
# Cmdlets 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 cmdlets to export.
7575
# CmdletsToExport = '*'

0 commit comments

Comments
 (0)