Skip to content

Commit

Permalink
Merge pull request #66 from syumai/release-0.9.1
Browse files Browse the repository at this point in the history
Release 0.9.1
  • Loading branch information
syumai committed Nov 15, 2020
2 parents 8bf4a59 + 90a1268 commit ba9f829
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
## Usage

```ts
import * as dejs from 'https://deno.land/x/[email protected].0/mod.ts';
import * as dejs from 'https://deno.land/x/[email protected].1/mod.ts';
```

- **`renderFile`**`(filePath: string, params: Params): Promise<Deno.Reader>`
Expand Down
2 changes: 1 addition & 1 deletion dem.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"protocol": "https",
"path": "deno.land/std",
"version": "0.63.0",
"version": "0.77.0",
"files": [
"/encoding/utf8.ts",
"/io/bufio.ts",
Expand Down
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/encoding/utf8.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.63.0/encoding/utf8.ts";
export * from "https://deno.land/std@0.77.0/encoding/utf8.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/bufio.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.63.0/io/bufio.ts";
export * from "https://deno.land/std@0.77.0/io/bufio.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/readers.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.63.0/io/readers.ts";
export * from "https://deno.land/std@0.77.0/io/readers.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/asserts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.63.0/testing/asserts.ts";
export * from "https://deno.land/std@0.77.0/testing/asserts.ts";

0 comments on commit ba9f829

Please sign in to comment.