mirax-player
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
//index.js - This is your package's entry point | ||
// Import the VideoPlayer class | ||
import Mirax from './src/VideoPlayer'; | ||
import { attach } from './src/connector'; | ||
import Mirax from './dist/VideoPlayer'; | ||
import { attach } from './dist/connector'; | ||
@@ -7,0 +7,0 @@ // Export the VideoPlayer class |
{ | ||
"name": "mirax-player", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"description": "A simple video player for react (beta release)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
12792