Skip to content

Commit

Permalink
feat: support Deno 1.10 native plugin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fuze committed May 24, 2021
1 parent 139f9fa commit c756bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno-dom-native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (denoNativePluginPath) {
// Open native plugin and register the native `parse` function
Deno.openPlugin(denoNativePluginPath);
} else {
const releaseUrl = "https://github.com/b-fuze/deno-dom/releases/download/v0.1.2-alpha2";
const releaseUrl = "https://github.com/b-fuze/deno-dom/releases/download/v0.1.12-alpha";
const pluginOptions: PerpareOptions = {
name: "test_plugin",

Expand Down

0 comments on commit c756bb8

Please sign in to comment.