Comparing version 2.2.5 to 2.2.6
@@ -370,3 +370,3 @@ /* install package from spmjs.org */ | ||
if (!m) return id; | ||
return iduri.idFromPackage(m, obj.filename, obj.format); | ||
return iduri.idFromPackage(m, m.filename, obj.format); | ||
}; | ||
@@ -373,0 +373,0 @@ var uglifyOptions = {comments: true}; |
{ | ||
"name": "spm", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"preferGlobal": "true", | ||
@@ -53,2 +53,2 @@ "description": "Static Package Manager", | ||
} | ||
} | ||
} |
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
86279