bower-license
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -68,3 +68,3 @@ var treeify = require('treeify'); | ||
moduleInfo.licenses = _.filter(moduleInfo.licenses, function(license){ | ||
var iAsk = license.indexOf('*'); | ||
var iAsk = license.indexOf ? license.indexOf('*') -1; | ||
return ( | ||
@@ -71,0 +71,0 @@ // return well defined licenses (without an asterisk) |
{ | ||
"name": "bower-license", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Generates a list of bower dependencies for a project", | ||
@@ -5,0 +5,0 @@ "preferGlobal": "true", |
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
20076