Skip to content

v2.0.2

Compare
Choose a tag to compare
@drashbot drashbot released this 16 May 22:17
· 34 commits to refs/heads/main since this release
85937a1

Compatibility

  • Requires Deno v1.20
  • Uses Deno std@0.137.0

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='.' --allow-write='deps.ts' https://deno.land/x/dmm@v2.0.2/mod.ts
    
  • Run the dmm command:
    $ dmm
    

Updates

  • chore: Update deps (#146)
  • fix: Correct cases where versions weren't being replaced properly (#149)