diff --git a/deno.json b/deno.json index 3a752b4..00a8819 100644 --- a/deno.json +++ b/deno.json @@ -1,8 +1,8 @@ { "tasks": { - "build": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/edge/plug-compile.js -c deno.json icalendar.plug.yaml", - "watch": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/edge/plug-compile.js -c deno.json icalendar.plug.yaml -w", - "debug": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/edge/plug-compile.js -c deno.json icalendar.plug.yaml --debug" + "build": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml", + "watch": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml -w", + "debug": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml --debug" }, "lint": { "rules": {