Comparing version 0.7.0-beta.18 to 0.7.0-beta.19
@@ -783,2 +783,7 @@ #!/usr/bin/env node | ||
}) | ||
.catch(function(err) { | ||
if (err.code === 'ENOENT') | ||
return []; | ||
throw err; | ||
}) | ||
.then(function(files) { | ||
@@ -848,3 +853,2 @@ var found = 0; | ||
.then(function(res) { | ||
res = res[0]; | ||
if (res.statusCode != 200) | ||
@@ -851,0 +855,0 @@ throw 'Request error ' + res.statusCode + ' for ' + ghh + url; |
{ | ||
"name": "jspm", | ||
"description": "", | ||
"version": "0.7.0-beta.18", | ||
"version": "0.7.0-beta.19", | ||
"main": "./api.js", | ||
@@ -6,0 +6,0 @@ "author": "", |
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
157397
3801