Skip to content

Commit 627a4a8

Browse files
committed
Fix error in packaging PS module
1 parent 0557fe9 commit 627a4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JsLibraryPackaging.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function New-BowerLibrary ($name) {
6767
$jsFile = $jsPaths[0]
6868
$fileName = Split-Path $jsFile -Leaf
6969

70-
$versionedFolder = New-Library $name $version $fileName
70+
$versionedFolder = New-JavaScriptLibrary $name $version $fileName
7171

7272
$filePaths = @($paths | ? { -not (Test-Path $_ -PathType Container) })
7373
if ($filePaths.Count -eq 0) {

0 commit comments

Comments
 (0)