Skip to content

Commit

Permalink
rm import assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsek committed Jul 10, 2022
1 parent d24384d commit 5803f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index-esm.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import SF from "./starforged/dataforged.json" assert { type: "json" };
import IS from "./ironsworn/datasworn.json" assert { type: "json" };
import * as SF from "./starforged/dataforged.json";
import * as IS from "./ironsworn/datasworn.json";
// for some reason these complain about ironsworn assets not having the right number of abilities. no Asset constructor throws an error for this on build, the schemas check out, and all IDs are numbered properly, so i don't know what that's about :shrug:
const starforged = SF;
const ironsworn = IS;
Expand Down

0 comments on commit 5803f50

Please sign in to comment.