adviise-feed
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -104,3 +104,3 @@ "use strict"; | ||
else { | ||
item.author = entry.author; | ||
item["dc:creator"] = entry.author; | ||
} | ||
@@ -107,0 +107,0 @@ if (Array.isArray(entry.category)) { |
{ | ||
"name": "adviise-feed", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/jpmonette/feed", |
@@ -149,3 +149,3 @@ import * as convert from "xml-js"; | ||
} else { | ||
item.author = entry.author; | ||
item["dc:creator"] = entry.author; | ||
} | ||
@@ -189,2 +189,1 @@ /** | ||
}; | ||
Sorry, the diff of this file is not supported yet
75557