Skip to content

Commit

Permalink
chore(doc): fix readme deno.json pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Feb 23, 2024
1 parent 584bec3 commit 8db55e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ enabled. To enable them, either
{
"file": "deno.json",
"patterns": [
"(?<=version=\")(.*)\n"
"(?<=\"version\": \")(.*)(?=\",)"
]
}
],
Expand Down

0 comments on commit 8db55e8

Please sign in to comment.