Comparing version 0.1.5 to 0.1.6
@@ -114,3 +114,3 @@ 'use strict'; | ||
return new Promise(function (resolve, reject) { | ||
_axios2['default'].post(url, options.fields ? JSON.stringify(options.fields) : null).then(function (resp) { | ||
_axios2['default'].post(url, options.fields).then(function (resp) { | ||
return resolve(resp.data); | ||
@@ -117,0 +117,0 @@ })['catch'](function (resp) { |
{ | ||
"name": "mockaroo", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Generate data using the mockaroo.com API", | ||
@@ -5,0 +5,0 @@ "main": "lib/mockaroo.js", |
Sorry, the diff of this file is not supported yet
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
27908