Merge pull request #627 from asticode/patch-1

Added type=module to @ffmpeg/util package.json
This commit is contained in:
lucas gelfond 2024-12-23 21:52:48 -08:00 committed by GitHub
commit f2f06d5add
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {
".": { ".": {