Refactor to remove events package

This commit is contained in:
Jerome Wu
2023-07-23 15:02:13 +08:00
parent be676060ba
commit ba63a8c468
16 changed files with 261 additions and 10043 deletions

View File

@@ -17,7 +17,7 @@
"clean": "rimraf dist",
"build:umd": "webpack",
"build:esm": "tsc -p tsconfig.esm.json",
"build": "npm-run-all clean build:*",
"build": "npm-run-all clean build:esm build:umd",
"docs": "typedoc --entryPointStrategy expand ./src",
"docs:serve": "http-server docs"
},
@@ -62,7 +62,6 @@
"worker-loader": "^3.0.8"
},
"dependencies": {
"@ffmpeg/types": "^0.12.0-alpha.1",
"events": "^3.3.0"
"@ffmpeg/types": "^0.12.0-alpha.1"
}
}