Comparing version 0.1.9 to 0.1.10
@@ -44,3 +44,3 @@ { | ||
"scripts": {}, | ||
"version": "0.1.9" | ||
"version": "0.1.10" | ||
} |
@@ -95,3 +95,2 @@ 'use strict' | ||
item.author = [] | ||
item['dc:creator'] = [] | ||
entry.author.map(function(author) { | ||
@@ -101,3 +100,3 @@ if (author.email && author.name) { | ||
} else if (author.name) { | ||
item['dc:creator'].push({ _text: author.name }) | ||
item.author.push({ _text: author.name }) | ||
} | ||
@@ -104,0 +103,0 @@ }) |
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
14881
320