Skip to content

Commit

Permalink
Merge pull request #21 from irustm/patch-1
Browse files Browse the repository at this point in the history
update deps links
  • Loading branch information
syumai authored Jun 20, 2019
2 parents c109040 + f1e1ebe commit 4dc7d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dejs.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { open, Buffer } = Deno;
import Reader = Deno.Reader;
import { stringsReader } from 'https://deno.land/x/io/util.ts';
import { BufReader, EOF } from 'https://deno.land/x/io/bufio.ts';
import { stringsReader } from 'https://deno.land/std/io/util.ts';
import { BufReader, EOF } from 'https://deno.land/std/io/bufio.ts';
import escape from 'https://deno.land/x/lodash/escape.js';

const globalEval = eval;
Expand Down

0 comments on commit 4dc7d59

Please sign in to comment.