2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-28 14:13:51 +00:00

Always use mjs imports

This is needed for Node/NPM 16 compat
This commit is contained in:
Thomas Weißschuh
2021-09-17 08:46:43 +02:00
parent 83c6775038
commit cfc29ef821
5 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ import {
CSSMinify,
toBase64,
toHex
} from "../../../src/node/index";
} from "../../../src/node/index.mjs";
import chef from "../../../src/node/index.mjs";
import TestRegister from "../../lib/TestRegister.mjs";
import File from "../../../src/node/File.mjs";