v1.1.4
Compatibility
- Requires Deno v1.2.0 or greater
- Uses Deno Standard Modules v0.63.0
- Due to recent changes to the https://deno.land registry, v1.1.3 is now broken, and v1.1.4 has the fix
Upgrading
deno install -f --allow-net --allow-run --allow-read --allow-write https://deno.land/x/dmm@v1.1.4/mod.ts
Updates
- fix: JSON error when running, caused by changes to Deno registry; Pr #47