media-chrome
Advanced tools
Comparing version 0.6.10-canary.0-698a82f to 0.6.10-canary.1-e879910
{ | ||
"name": "media-chrome", | ||
"version": "0.6.10-canary.0-698a82f", | ||
"version": "0.6.10-canary.1-e879910", | ||
"description": "Custom elements (web components) for making audio and video player controls that look great in your website or app.", | ||
@@ -52,2 +52,3 @@ "main": "dist/index.js", | ||
"esbuild": "^0.14.23", | ||
"eslint": "^8.18.0", | ||
"prettier": "^2.5.1", | ||
@@ -58,3 +59,20 @@ "react": "^17.0.2", | ||
"sinon": "^11.1.2" | ||
}, | ||
"eslintConfig": { | ||
"globals": { | ||
"globalThis": "writable" | ||
}, | ||
"env": { | ||
"browser": true, | ||
"es6": true, | ||
"mocha": true | ||
}, | ||
"extends": [ | ||
"eslint:recommended" | ||
], | ||
"parserOptions": { | ||
"ecmaVersion": 2022, | ||
"sourceType": "module" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1321793
12