Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@drashbot drashbot released this 08 Mar 12:05
· 43 commits to refs/heads/main since this release
dcf4454

Compatibility

Requires Deno v1.19.2
Uses Deno Standard Modules 0.128.0

Documentation

Usage

  1. Create a deps.ts file.
// deps.ts

export * as Line from "https://deno.land/x/line@v1.0.1/mod.ts";
  1. Import Line from your deps.ts file.
import { Line } from "./deps.ts"

... your
... code
... here

Release Summary

  • chore: Update to use latest Deno and Deno Standard Modules (#31)
  • fix: Subcommand first argument not registered (#32)