jwplayer-video-element
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "jwplayer-video-element", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A custom element for the JW player with an API that matches the `<video>` API", | ||
@@ -17,4 +17,4 @@ "type": "module", | ||
"lint": "npx eslint *.js", | ||
"test": "node test/runner.js", | ||
"dev": "node test/server.js" | ||
"test": "wet run", | ||
"dev": "wet serve" | ||
}, | ||
@@ -25,3 +25,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"playwright-core": "^1.30.0" | ||
"wet-run": "^0.0.6" | ||
}, | ||
@@ -28,0 +28,0 @@ "eslintConfig": { |
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
8665