Skip to content

Commit

Permalink
fix: make cac work on Deno 1.16 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Nov 12, 2021
1 parent 5e07a98 commit ef52bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function node2deno(options: { types: typeof Types }): PluginObj {
}
source.value += '.ts'
} else if (source.value === 'events') {
source.value = `https://deno.land/std@0.80.0/node/events.ts`
source.value = `https://deno.land/std@0.114.0/node/events.ts`
} else if (source.value === 'mri') {
source.value = `https://cdn.skypack.dev/mri`
}
Expand Down

0 comments on commit ef52bc9

Please sign in to comment.