Skip to content

Commit

Permalink
fix: temp fix for outdated dependencies in omelette (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
notfilippo committed Jul 14, 2020
1 parent d0608e3 commit 99d586d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ export { deferred, delay } from "https://deno.land/std@0.61.0/async/mod.ts";
export { grant } from "https://deno.land/std@0.61.0/permissions/mod.ts";

// autocomplete
export * as omelette from "https://deno.land/x/omelette/omelette.ts";
export * as omelette from "https://raw.githubusercontent.com/eliassjogreen/omelette/patch-1/deno/omelette.ts";

0 comments on commit 99d586d

Please sign in to comment.