Skip to content

Commit 8efa79c

Browse files
committed
🔧 Add module manifest
1 parent c5ce258 commit 8efa79c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/yarn-completion.psd1

7.91 KB
Binary file not shown.

src/yarn-completion.psm1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if (Get-Module yarn-completion) { return }
2+
3+
. $PSScriptRoot\completion.ps1

0 commit comments

Comments
 (0)