Comparing version 0.0.6 to 0.0.7
@@ -53,3 +53,3 @@ var fs = require('fs'); | ||
if (response.status !== 200) { | ||
return Promise.reject(response.statusText); | ||
return Promise.reject('HTTP error: ' + response.status + ', ' + response.statusText); | ||
} | ||
@@ -56,0 +56,0 @@ |
{ | ||
"name": "gql-tools", | ||
"description": "GraphQL Tools for schema handling.", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": "Alberto Mijares <almilo@almilo.es>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
6077