Skip to content

Commit

Permalink
Merge pull request #77 from syumai/release-0.10.2
Browse files Browse the repository at this point in the history
Release 0.10.2
  • Loading branch information
syumai committed Oct 30, 2021
2 parents e3c285c + bc02ee2 commit fe96e3d
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].1/mod.ts";
import * as dejs from "https://deno.land/x/[email protected].2/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.102.0",
"version": "0.113.0",
"files": [
"/io/buffer.ts",
"/io/bufio.ts",
Expand Down
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/buffer.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.102.0/io/buffer.ts";
export * from "https://deno.land/std@0.113.0/io/buffer.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.102.0/io/bufio.ts";
export * from "https://deno.land/std@0.113.0/io/bufio.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/util.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.102.0/io/util.ts";
export * from "https://deno.land/std@0.113.0/io/util.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.102.0/testing/asserts.ts";
export * from "https://deno.land/std@0.113.0/testing/asserts.ts";

0 comments on commit fe96e3d

Please sign in to comment.