Added type=module to @ffmpeg/util package.json

This commit is contained in:
Quentin Renard 2023-11-12 11:31:26 +01:00
parent 76795378b9
commit d76af56917

View File

@ -3,6 +3,7 @@
"version": "0.12.1",
"description": "browser utils for @ffmpeg/*",
"main": "./dist/cjs/index.js",
"type": "module",
"types": "./dist/cjs/index.d.ts",
"exports": {
".": {