We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e07a98 commit ef52bc9Copy full SHA for ef52bc9
scripts/build-deno.ts
@@ -18,7 +18,7 @@ function node2deno(options: { types: typeof Types }): PluginObj {
18
}
19
source.value += '.ts'
20
} else if (source.value === 'events') {
21
- source.value = `https://deno.land/std@0.80.0/node/events.ts`
+ source.value = `https://deno.land/std@0.114.0/node/events.ts`
22
} else if (source.value === 'mri') {
23
source.value = `https://cdn.skypack.dev/mri`
24
0 commit comments