@chrisburnell/eleventy-cache-webmentions 0.1.7 → 0.1.8

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # eleventy-cache-assets
1
+ # eleventy-cache-webmentions
2
2
 
3
3
  > Cache webmentions using eleventy-cache-assets and make them available to use in collections, templates, pages, etc.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrisburnell/eleventy-cache-webmentions",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
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>",
@@ -23,6 +23,9 @@
23
23
  "sanitize-html": "^2.5.2"
24
24
  },
25
25
  "keywords": [
26
- "eleventy"
26
+ "eleventy",
27
+ "eleventy-plugin",
28
+ "indieweb",
29
+ "webmention"
27
30
  ]
28
31
  }