get-price-tag
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "get-price-tag", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "dist/commonjs/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -13,8 +13,8 @@ import fetch from 'node-fetch'; | ||
.then((response) => { | ||
return response.json(); | ||
return console.log(response); | ||
}) | ||
.catch((error) => { | ||
this.messages.push(error.body); | ||
return console.log(error); | ||
}); | ||
} | ||
postComponent(); |
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
5999