@shaai/core
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -14,3 +14,3 @@ 'use strict'; | ||
return axios.get(url).then(function (response) { | ||
return response.data; | ||
return { items: response.data }; | ||
}).catch(function (error) { | ||
@@ -17,0 +17,0 @@ return error; |
{ | ||
"name": "@shaai/core", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A blogging npm", | ||
@@ -5,0 +5,0 @@ "main": "dist/es5/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
15527