apostrophe-rss
Advanced tools
Comparing version 0.5.16 to 0.5.17
{ | ||
"name": "apostrophe-rss", | ||
"version": "0.5.16", | ||
"version": "0.5.17", | ||
"description": "Adds an RSS feed widget to the Apostrophe content management system", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,2 @@ apos.widgetPlayers.rss = function($widget) { | ||
function(result) { | ||
console.log(result); | ||
$widget.html(result); | ||
@@ -15,0 +14,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
10345
198