react-cimpress-comment
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -48,3 +48,3 @@ export default class CommentsClient { | ||
return fetch(url, init).then(response => { | ||
if (response.status === 201) { | ||
if (response.status >= 200 && response.status < 300) { | ||
return response.json(); | ||
@@ -51,0 +51,0 @@ } else { |
{ | ||
"name": "react-cimpress-comment", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Visualizes comment(s) for a particular platform resource", | ||
@@ -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
33660