Skip to content

Commit

Permalink
update generator requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Sep 28, 2023
1 parent 792bdc2 commit dd12d90
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 @@ -56,7 +56,7 @@
"generator": {
"renderer": "react",
"apiVersion": "v2",
"generator": ">=1.12.0 <2.0.0",
"generator": ">=1.13.0 <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 dd12d90

Please sign in to comment.