Skip to content

Commit 44e7bbb

Browse files
committed
chore: update install, upgrade scripts
1 parent 311eacf commit 44e7bbb

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

install.manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"./static/favicon-32x32.png",
3131
"./static/favicon.ico",
3232
"./static/logo.svg",
33-
"./static/site.webmanifest"
33+
"./static/site.webmanifest",
34+
"./social.png"
3435
]
3536
}

install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import $, { type Path } from "jsr:@david/[email protected]";
2020
import { assert } from "jsr:/@std/assert@~1/assert";
2121
import * as JSONC from "jsr:@std/jsonc@~1";
22-
import { ZipReader } from "jsr:@zip-js/[email protected].52";
22+
import { ZipReader } from "jsr:@zip-js/[email protected].62";
2323

2424
import manifest from "./install.manifest.json" with { type: "json" };
2525

upgrade.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import $, { type Path } from "jsr:@david/[email protected]";
1010
import { assert } from "jsr:/@std/assert@~1/assert";
1111
import { parseArgs } from "jsr:@std/cli@~1/parse-args";
1212
import * as JSONC from "jsr:@std/jsonc@~1";
13-
import { ZipReader } from "jsr:@zip-js/[email protected].52";
13+
import { ZipReader } from "jsr:@zip-js/[email protected].62";
1414

1515
interface DenoConfig {
1616
version?: string;

zip_build.plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { type Plugin } from "$fresh/server.ts";
22
import { assert } from "@std/assert/assert";
33
import { relative, resolve } from "jsr:@std/path@~1";
4-
import { terminateWorkers, ZipWriter } from "jsr:@zip-js/[email protected].52";
4+
import { terminateWorkers, ZipWriter } from "jsr:@zip-js/[email protected].62";
55

66
let buildDir: string = "./_fresh";
77
const zipFilename = "./_fresh.zip";

0 commit comments

Comments
 (0)