Skip to content

Commit

Permalink
chore: add missing README change
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Feb 19, 2023
1 parent d8602a7 commit 5929271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist
build
coverage
.rpt2_cache
node_modules
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ convert('npm install squirrelly', 'yarn')
/**
* Converts between npm and yarn command
*/
export default function convert(str: string, to: 'npm' | 'yarn'): string;
export default function convert(str: string, to: 'npm' | 'yarn' | 'pnpm'): string;
```

## ✔️ Tests
Expand Down

0 comments on commit 5929271

Please sign in to comment.