Added type=module to @ffmpeg/util package.json
This commit is contained in:
parent
76795378b9
commit
d76af56917
@ -3,6 +3,7 @@
|
|||||||
"version": "0.12.1",
|
"version": "0.12.1",
|
||||||
"description": "browser utils for @ffmpeg/*",
|
"description": "browser utils for @ffmpeg/*",
|
||||||
"main": "./dist/cjs/index.js",
|
"main": "./dist/cjs/index.js",
|
||||||
|
"type": "module",
|
||||||
"types": "./dist/cjs/index.d.ts",
|
"types": "./dist/cjs/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
Loading…
Reference in New Issue
Block a user