Node 16 support

This commit is contained in:
corb3nik 2021-12-29 15:05:33 -05:00
parent ae1b12c120
commit ebebc503a2
7 changed files with 16 additions and 16 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";