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 bdacd19 commit 812547aCopy full SHA for 812547a
deno-dom-native.ts
@@ -11,7 +11,7 @@ if (denoNativePluginPath) {
11
// Open native plugin and register the native `parse` function
12
Deno.openPlugin(denoNativePluginPath);
13
} else {
14
- const releaseUrl = "https://github.com/b-fuze/deno-dom/releases/download/v0.1.1-alpha2";
+ const releaseUrl = "https://github.com/b-fuze/deno-dom/releases/download/v0.1.2-alpha";
15
const pluginOptions: PerpareOptions = {
16
name: "test_plugin",
17
0 commit comments