apostrophe-tumblr
Advanced tools
Comparing version 0.5.6 to 0.5.7
@@ -67,2 +67,7 @@ var feedparser = require('feedparser'); | ||
if (self._apos._aposLocals.offline) { | ||
item._failed = true; | ||
return callback(null); | ||
} | ||
// N.B. Tumblr has a set limit of 10 posts on their RSS feed. | ||
@@ -69,0 +74,0 @@ // We live in a world of useful constraints. --Joel |
{ | ||
"name": "apostrophe-tumblr", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"description": "Adds a Tumblr RSS widget to the Apostrophe content management system", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8604
121