ellipsis-api
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -216,3 +216,4 @@ const request = require('request'); | ||
url: this.url(), | ||
form: formData | ||
form: formData, | ||
json: true | ||
}, (error, response, body) => { | ||
@@ -219,0 +220,0 @@ if (error) { |
{ | ||
"name": "ellipsis-api", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Interact with Ellipsis skills & actions", | ||
@@ -5,0 +5,0 @@ "main": "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
16097
452