v1.0.1
Compatibility
- Requires Deno v<DENO_VERSION> or higher
- Uses Deno std@<STD_VERSION>
Importing
- Run the latest release by using the following in your project(s):
deno run --allow-read='.' --allow-write='.' https://deno.land/x/depcheck@v1.0.1/mod.ts
- Or install:
deno install -f --allow-read='.' --allow-write='.' https://deno.land/x/depcheck@1.0.1/mod.ts
Updates
- fix:
--clean
now actually removes unused dependencies