forked from GitHubMirrors/silverbullet-icalendar
This commit is contained in:
@@ -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://github.com/silverbulletmd/silverbullet/releases/download/v0.10.4/plug-compile.js -c deno.json icalendar.plug.yaml",
|
||||
"watch": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.4/plug-compile.js -c deno.json icalendar.plug.yaml -w",
|
||||
"debug": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.4/plug-compile.js -c deno.json icalendar.plug.yaml --debug"
|
||||
},
|
||||
"lint": {
|
||||
"rules": {
|
||||
@@ -19,7 +19,7 @@
|
||||
]
|
||||
},
|
||||
"imports": {
|
||||
"@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^0.10.0",
|
||||
"@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^0.10.4",
|
||||
"ts-ics": "npm:ts-ics@2.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user