react-decorators
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -16,3 +16,3 @@ var React = require('react'); | ||
function TransformedComponent() { | ||
// Component.prototype.constructor.apply(this, arguments); | ||
Component.prototype.constructor.apply(this, arguments); | ||
} | ||
@@ -19,0 +19,0 @@ classInheritance(TransformedComponent, Component); |
{ | ||
"name": "react-decorators", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A collection of react decorators to enhance components capabilities", | ||
@@ -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
24662