Skip to content

Commit

Permalink
fix unpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX committed Mar 21, 2023
1 parent 9e78a90 commit d6aa906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const VERSION = "v1.1";
import { WorkerPool } from "./Pool.js";
import Language from "./Language.js";
import Config from "./Config.js";
import { threads as checkThreads } from "https://unpkg.com/wasm-feature-detect?module";
import { threads as checkThreads } from "https://unpkg.com/wasm-feature-detect/dist/esm/index.js";
import init, { Manipulator, Item, Version, Enchantment, EnchantmentInstance, Material, Utilities } from "../pkg/libenchcrack.js";

let compact;
Expand Down

0 comments on commit d6aa906

Please sign in to comment.