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