Skip to content

Commit

Permalink
Revert "fix package import keyword"
Browse files Browse the repository at this point in the history
This reverts commit 3a4bd26.
  • Loading branch information
kalisjoshua committed Sep 12, 2024
1 parent 3a4bd26 commit da7ccf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanguine/collectMeta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { organizeContent } from "./organizeContent.ts";

type SiteContent = ReturnType<typeof organizeContent>;

import pkg from "../package.json" with { type: "json" };
import pkg from "../package.json" assert { type: "json" };

type SemVer = `${number}.${number}.${number}`;

Expand Down

0 comments on commit da7ccf4

Please sign in to comment.