mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix: enable eslint & run eslint:fix (#43)
This commit is contained in:
@@ -3,15 +3,24 @@
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"description": "HTML media element components and utilities",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
"media",
|
||||
"html",
|
||||
"dom",
|
||||
"web-components",
|
||||
"video",
|
||||
"audio"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
@@ -22,15 +31,6 @@
|
||||
"test": "echo \"No tests yet\"",
|
||||
"clean": "rm -rf dist"
|
||||
},
|
||||
"keywords": [
|
||||
"media",
|
||||
"html",
|
||||
"dom",
|
||||
"web-components",
|
||||
"video",
|
||||
"audio"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@open-wc/context-protocol": "^0.0.9",
|
||||
"@vjs-10/media-store": "workspace:*"
|
||||
|
||||
Reference in New Issue
Block a user