Skip to content

Commit 0f63e85

Browse files
committed
fixes: update std
alosaur/alosaur#87
1 parent 6a0ed0d commit 0f63e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is experimental Angular SSR in Deno, and will be used as a renderer for [Al
44

55
## How to use
66

7-
`deno run --config tsconfig.json --importmap=importmap.json --allow-read main.ts`
7+
`deno run --config tsconfig.json --unstable --importmap=importmap.json --allow-read main.ts`
88

99
Declare Angular deps
1010

resource-loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ResourceLoader } from 'https://jspm.dev/@angular/compiler@10.0.1';
22
import { Injector } from 'https://jspm.dev/@angular/core@10.0.1';
3-
import { join } from "https://deno.land/std@0.58.0/path/posix.ts";
3+
import { join } from "https://deno.land/std@0.65.0/path/posix.ts";
44
import { RESOURCE_PATH } from './bootstrap.ts';
55

66
const { readFile } = Deno;

0 commit comments

Comments
 (0)