Skip to content

Commit

Permalink
chore(docs): clarify infusion requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Ned Zimmerman <[email protected]>
  • Loading branch information
greatislander committed Jan 15, 2025
1 parent 8263be0 commit 0107819
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Eleventy plugin which provides common filters, shortcodes and transforms for [Fl

- Node >= 20
- Eleventy >= 3.0.0
- Infusion >= 4.7.1
- Infusion >= 4.8.0

## Installation

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-config-fluid": "^2.1.2",
"fluid-lint-all": "^1.2.11",
"husky": "^9.1.4",
"infusion": "^4.7.1",
"infusion": "^4.8.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-deflist": "^3.0.0",
"rimraf": "^6.0.1"
Expand All @@ -55,7 +55,7 @@
"node": ">=20"
},
"peerDependencies": {
"infusion": "^4.7.1"
"infusion": "^4.8.0"
},
"ava": {
"timeout": "30s"
Expand Down

0 comments on commit 0107819

Please sign in to comment.