Skip to content

v2.0.1

Compare
Choose a tag to compare
@drashbot drashbot released this 27 Jan 23:47
· 62 commits to main since this release
f3e1167

Compatibility

  • Requires Deno v<DENO_VERSION> or higher
  • Uses Deno std@<STD_VERSION>

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/dmm@v2.0.1/mod.ts
    
  • Run the dmm command:
    $ dmm
    

Updates

  • chore: Update dependencies and bump version numbers across repo (#128)
  • fix: No need for read access to CWD anymore