chore(ci): fix bundle size measurement and format report (#512)

This commit is contained in:
rahim
2026-02-12 22:45:06 +11:00
committed by GitHub
parent 98ee4e8405
commit f2efa2456b
8 changed files with 221 additions and 95 deletions
+7 -6
View File
@@ -4,11 +4,7 @@
"version": "0.1.0-alpha.1",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"keywords": [
"media",
"utils",
"videojs"
],
"sideEffects": false,
"exports": {
"./array": {
"types": "./dist/array.d.ts",
@@ -61,5 +57,10 @@
},
"publishConfig": {
"access": "public"
}
},
"keywords": [
"media",
"utils",
"videojs"
]
}