From e33be08320d27f7853915224a3dd1cc326b7b1ac Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 15 Feb 2026 17:51:37 -0800 Subject: [PATCH] Use raw github URL for plug-compiler --- deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deno.json b/deno.json index 00a8819..8f24e8d 100644 --- a/deno.json +++ b/deno.json @@ -1,8 +1,8 @@ { "tasks": { - "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" + "build": "deno run -A https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/plug-compile.js -c deno.json icalendar.plug.yaml", + "watch": "deno run -A https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/plug-compile.js -c deno.json icalendar.plug.yaml -w", + "debug": "deno run -A https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/plug-compile.js -c deno.json icalendar.plug.yaml --debug" }, "lint": { "rules": {