mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(ci): fix bundle size measurement and format report (#512)
This commit is contained in:
+15
-14
@@ -4,13 +4,12 @@
|
||||
"version": "0.1.0-alpha.1",
|
||||
"description": "React library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
"media",
|
||||
"player",
|
||||
"react",
|
||||
"components",
|
||||
"hooks",
|
||||
"videojs"
|
||||
"main": "dist/default/index.js",
|
||||
"module": "dist/default/index.js",
|
||||
"types": "dist/dev/index.d.ts",
|
||||
"sideEffects": false,
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
@@ -19,12 +18,6 @@
|
||||
"default": "./dist/default/index.js"
|
||||
}
|
||||
},
|
||||
"main": "dist/default/index.js",
|
||||
"module": "dist/default/index.js",
|
||||
"types": "dist/dev/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsdown",
|
||||
"build:watch": "tsdown --watch ./src --no-clean",
|
||||
@@ -53,5 +46,13 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"media",
|
||||
"player",
|
||||
"react",
|
||||
"components",
|
||||
"hooks",
|
||||
"videojs"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user