@chrisburnell/eleventy-cache-webmentions 2.0.4 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -121,7 +121,6 @@ const fetchWebmentions = async (options) => {
121
121
  .then(async (response) => {
122
122
  if (response.ok) {
123
123
  const feed = await response.json()
124
-
125
124
  if (feed[options.key].length) {
126
125
  // Combine newly-fetched Webmentions with cached Webmentions
127
126
  webmentions = feed[options.key].concat(webmentions)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrisburnell/eleventy-cache-webmentions",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "Cache webmentions using eleventy-fetch and make them available to use in collections, layouts, pages, etc. in Eleventy.",
5
5
  "author": "Chris Burnell <me@chrisburnell.com>",
6
6
  "license": "MIT",