Comparing version 6.1.1 to 6.1.2
@@ -88,2 +88,7 @@ 'use strict'; | ||
this.enhancedWrappedComponent = enhance(WrappedComponent); | ||
if (this.enhancedWrappedComponent.propTypes) { | ||
this.enhancedWrappedComponent.propTypes = _extends({}, this.enhancedWrappedComponent.propTypes, { | ||
style: _types.PropTypes.style | ||
}); | ||
} | ||
} | ||
@@ -90,0 +95,0 @@ |
{ | ||
"name": "substyle", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "Universal styling for reusable React components", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
24179
379