Skip to content

v2.0.0

Compare
Choose a tag to compare
@drashbot drashbot released this 14 Dec 02:20
· 71 commits to main since this release
541f0ae

Compatibility

Installing

  • Install dmm as a command:
    $ deno install --allow-net='x.nest.land,cdn.deno.land,api.deno.land,raw.githubusercontent.com,github.com,api.github.com' --allow-read='deps.ts' --allow-write='deps.ts' https://deno.land/x/[email protected]/mod.ts
    
  • Run the dmm command:
    $ dmm
    

Updates

  • chore: Use unilogger (#115)
  • BREAKING: Remove check and info subcommands (#117)
  • chore: use copyFileSync in integration test (#119)
  • feat: Add support for specifying deps file location for update; Use Line (#114)