Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Mar 5, 2024
1 parent ed934f7 commit 02743cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/transform.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function styleAst(width) {
computed: false,
key: {
type: 'Identifier',
name: 'midWidth',
name: 'minWidth',
},
value: {
type: 'Literal',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-kroki",
"version": "0.3.3",
"version": "0.3.4",
"description": "Remark plugin for showing Kroki diagram",
"license": "MIT",
"author": {
Expand Down
Loading

0 comments on commit 02743cf

Please sign in to comment.