@chrisburnell/eleventy-cache-webmentions 0.0.1 → 0.0.2

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.
@@ -174,6 +174,7 @@ module.exports = (config, options = {}) => {
174
174
  throw new Error("domain is a required option to be passed when adding the plugin to your config using addPlugin.")
175
175
  }
176
176
 
177
+ config.addLiquidFilter("getWebmentions", getWebmentionsFilter)
177
178
  config.addNunjucksAsyncFilter("getWebmentions", getWebmentionsFilter)
178
179
  } else {
179
180
  return filteredWebmentions()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrisburnell/eleventy-cache-webmentions",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Cache webmentions from webmention.io using eleventy-cache-assets.",
5
5
  "main": "eleventy-cache-webmentions.js",
6
6
  "author": "Chris Burnell <me@chrisburnell.com>",