Skip to content

Commit 4fafe80

Browse files
committed
Update build.ts
1 parent 0e9afbb commit 4fafe80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import * as JSONC from "jsr:@std/jsonc@1"
99

1010
/** Project metadata. */
1111
export const meta = {
12-
...pick(JSONC.parse(await Deno.readTextFile("../@mizu/internal/deno.jsonc")) as Record<PropertyKey, unknown>, ["name", "version"]),
13-
...pick(JSONC.parse(await Deno.readTextFile("../deno.jsonc")) as Record<PropertyKey, unknown>, ["homepage", "license", "author"]),
12+
...pick(JSONC.parse(await Deno.readTextFile("./@mizu/internal/deno.jsonc")) as Record<PropertyKey, unknown>, ["name", "version"]),
13+
...pick(JSONC.parse(await Deno.readTextFile("./deno.jsonc")) as Record<PropertyKey, unknown>, ["homepage", "license", "author"]),
1414
}
1515

1616
/** License banner. */

0 commit comments

Comments
 (0)