super-media-element
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "super-media-element", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Helps you create a custom element w/ a HTMLMediaElement API.", | ||
@@ -19,2 +19,3 @@ "type": "module", | ||
"scripts": { | ||
"lint": "eslint *.js", | ||
"pretest": "esbuild super-media-element.js --format=iife --outdir=dist", | ||
@@ -28,11 +29,6 @@ "test": "web-test-runner --config test/web-test-runner.config.js", | ||
"esbuild": "^0.17.3", | ||
"eslint": "^8.32.0", | ||
"prettier": "^2.8.3" | ||
"eslint": "^8.32.0" | ||
}, | ||
"prettier": { | ||
"tabWidth": 2, | ||
"singleQuote": true, | ||
"semi": true | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"globals": { | ||
@@ -39,0 +35,0 @@ "globalThis": "writable" |
@@ -13,3 +13,3 @@ /** | ||
:host { | ||
display: inline-grid; | ||
display: inline-block; | ||
line-height: 0; | ||
@@ -22,4 +22,2 @@ width: auto; | ||
audio { | ||
grid-column: 1; | ||
grid-row: 1; | ||
max-width: 100%; | ||
@@ -26,0 +24,0 @@ max-height: 100%; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4
0
18448
351