mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
Always use mjs imports
This is needed for Node/NPM 16 compat
This commit is contained in:
parent
83c6775038
commit
cfc29ef821
5 changed files with 7 additions and 7 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue