Comparing version 0.2.0 to 0.2.1
@@ -60,3 +60,2 @@ 'use strict'; | ||
return function (OriginalComponent) { | ||
if (!client) throw new Error('No http client specified.'); | ||
if (!OriginalComponent) throw new Error('No component to wrap.'); | ||
@@ -63,0 +62,0 @@ |
{ | ||
"name": "react-jax", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A tiny decorator to manage AJAX requests in 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
13614
141