Skip to content

Commit

Permalink
fix: update expected generator version (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Aug 3, 2023
1 parent ebf2c19 commit cf02bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"generator": {
"renderer": "react",
"apiVersion": "v1",
"generator": ">=1.9.12 <2.0.0",
"generator": ">=1.10.11 <2.0.0",
"parameters": {
"frontMatter": {
"description": "The name of a JSON or YAML formatted file containing values to provide the YAML frontmatter for static-site or documentation generators. The file may contain {{title}} and {{version}} replaceable tags.",
Expand Down

0 comments on commit cf02bee

Please sign in to comment.