Skip to content

Commit

Permalink
fix: downgrade node-fetch version for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed May 15, 2024
1 parent d8f4923 commit 7117451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chrisburnell/eleventy-cache-webmentions",
"version": "2.0.3",
"version": "2.0.4",
"description": "Cache webmentions using eleventy-fetch and make them available to use in collections, layouts, pages, etc. in Eleventy.",
"author": "Chris Burnell <me@chrisburnell.com>",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.1",
"lodash": "^4.17.21",
"node-fetch": "^3.3.2",
"node-fetch": "2.6.7",
"sanitize-html": "^2.13.0"
},
"main": "eleventy-cache-webmentions.js",
Expand Down

0 comments on commit 7117451

Please sign in to comment.