Skip to content

v2.1.0

Compare
Choose a tag to compare
@drashbot drashbot released this 31 May 22:26
· 26 commits to refs/heads/main since this release
879e838

Compatibility

Installing

  • Install dmm as a command:
    $ deno install --allow-net='unpkg.com,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/[email protected]/mod.ts
    
  • Run the dmm command:
    $ dmm
    

Updates

  • chore: Update deps (#153)
  • feat: Support unpkg CDN (#156)