Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@ebebbington ebebbington released this 29 Jul 16:44
· 37 commits to master since this release
8310a10

Compatibility

Importing

  • Run the latest release by using the following in your project(s):
    deno run --allow-read='.' https://deno.land/x/[email protected]/mod.ts
  • Or install:
    deno install -f --allow-read='.' https://deno.land/x/[email protected]/mod.ts
    

Updates

  • feat: Support an arg for file to check (#32)