chore(root): prepare workspace for alpha (#276)

This commit is contained in:
rahim
2025-12-21 20:26:13 +11:00
committed by GitHub
parent 5ddf02278d
commit b89fef56dd
247 changed files with 1197 additions and 446 deletions
+2 -24
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/html",
"type": "module",
"version": "0.1.0-preview.10",
"version": "0.1.0-alpha.1",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"keywords": [
@@ -16,26 +16,6 @@
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./store": {
"types": "./dist/store.d.ts",
"default": "./dist/store.js"
},
"./icons": {
"types": "./dist/icons.d.ts",
"default": "./dist/icons.js"
},
"./skins/frosted": {
"types": "./dist/skins/frosted.d.ts",
"default": "./dist/skins/frosted.js"
},
"./skins/minimal": {
"types": "./dist/skins/minimal.d.ts",
"default": "./dist/skins/minimal.js"
},
"./define/*": {
"types": "./dist/define/*.d.ts",
"default": "./dist/define/*.js"
}
},
"main": "dist/index.js",
@@ -52,9 +32,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@open-wc/context-protocol": "^0.0.9",
"@videojs/core": "workspace:*",
"@videojs/icons": "workspace:*",
"@videojs/dom": "workspace:*",
"@videojs/utils": "workspace:*"
},
"devDependencies": {