jspm-github
Advanced tools
Comparing version 0.13.19 to 0.13.20
@@ -358,3 +358,3 @@ var fs = require('graceful-fs'); | ||
if (res.statusCode == 301) | ||
resolve({ redirect: self.name + ':' + res.headers.location.split('/').splice(3).join('/') }); | ||
resolve({ redirect: self.name + ':' + res.headers.location.split('?')[0].split('/').splice(3).join('/') }); | ||
@@ -589,3 +589,3 @@ if (res.statusCode == 401) | ||
.then(function() { | ||
return asp(fs.mkdir(tmpDir)); | ||
return asp(fs.mkdir)(tmpDir); | ||
}) | ||
@@ -592,0 +592,0 @@ .then(function() { |
{ | ||
"name": "jspm-github", | ||
"version": "0.13.19", | ||
"version": "0.13.20", | ||
"description": "jspm GitHub endpoint", | ||
@@ -5,0 +5,0 @@ "main": "github.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
30334
7