demoup-react
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -28,5 +28,10 @@ "use strict"; | ||
render : function() { | ||
return <div {...this.props} className={classNames("demoup-trigger", this.props.className)} ref={this.setRef} />; | ||
return <div {...this.props} | ||
className={classNames("demoup-trigger", this.props.className)} | ||
id="demoup_stage2_script" | ||
ref={this.setRef} | ||
src={config.stage3Path(scope)} | ||
/>; | ||
} | ||
}); | ||
}; |
{ | ||
"name": "demoup-react", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "React components for integrating the demoup video player solution in react based websites", | ||
@@ -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
4487
84