Comparing version 2.6.0 to 2.6.1
{ | ||
"name": "bse-admin", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
var util = require('util'), | ||
path = require('path'), | ||
url = require('url'), | ||
@@ -102,6 +103,4 @@ _ = require('lodash'), | ||
if (doc && doc.repo) { | ||
var repo = doc.repo; | ||
return 'https://' + path.join(repo.host, repo.user, repo.repo, treeOrBlob, repo.ref, | ||
str.indexOf('.') === 0 ? path.dirname(repo.path) : '', str.replace(/^\//, '')); | ||
if (doc && doc.url) { | ||
return url.resolve(doc.url, str); | ||
} else if (jsonMatch) { | ||
@@ -108,0 +107,0 @@ var ghLibVersionUrl = node.ghLibVersionUrl, |
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
204892
4741