Skip to content

Commit

Permalink
fix: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu committed Jan 15, 2024
1 parent da1a0a5 commit 9609f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unused-files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Usage

```sh
DEBUG=unused-files yarn dlx @noahnu/unused-files --entry src/index.ts --ignore '**/node_modules' --ignore '**/dist' --deppth 10 ./src
DEBUG=unused-files yarn dlx @noahnu/unused-files --entry src/index.ts --ignore '**/node_modules' --ignore '**/dist' --depth 10 ./src
```

Or use the Node API:
Expand Down

0 comments on commit 9609f28

Please sign in to comment.