Skip to content

Commit f3e6b73

Browse files
committed
✨ Updated nplg function
1 parent 702775d commit f3e6b73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pwsh/functions.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ function npl {
288288
# Print list of global NPM dependencies
289289
function nplg {
290290
# Print-Green-Underline "Global NPM Dependencies:"
291-
Write-Output "`n Global NPM Dependencies: `n"
291+
# Write-Output "`n Global NPM Dependencies: `n"
292+
Write-BoldGreen "Local NPM Packages"
292293
npm list --global --depth=0
293294
}
294295

0 commit comments

Comments
 (0)