react-hot-api
Advanced tools
Comparing version 0.3.6 to 0.3.7
{ | ||
"name": "react-hot-api", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "A generic library implementing hot reload for React components without unmounting or losing their state.", | ||
@@ -20,3 +20,3 @@ "main": "modules/index.js", | ||
"peerDependencies": { | ||
"react": ">=0.11.0 || >=0.13.0-beta.1 || >=0.13.0-rc1" | ||
"react": ">=0.11.0 || 0.13.0-beta.1 || 0.13.0-rc1 || 0.13.0-rc2" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
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
27033