react-transform-module-hot-stub
Advanced tools
Comparing version 1.0.0-beta7 to 1.0.0-beta8
{ | ||
"name": "react-transform-module-hot-stub", | ||
"version": "1.0.0-beta7", | ||
"version": "1.0.0-beta8", | ||
"description": "A stub to bypass the conditional check in react-transform-hmr", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -16,3 +16,3 @@ /** | ||
return function (ReactClass) { | ||
return function hotStubClass(ReactClass) { | ||
return ReactClass; | ||
@@ -19,0 +19,0 @@ }; |
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
3247