Skip to content

Commit

Permalink
fix: old wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed May 20, 2024
1 parent 76b8f54 commit 80e9325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lighthouse-plugin-ecoindex/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"out": [
{
"file": "../examples/*/package.json",
"search": "\"lighthouse-plugin-ecoindex\":\\s*\"([0-9.]+)\"",
"search": "\"lighthouse-plugin-ecoindex\":\\s*\"([0-9.a-zA-Z-]+)\"",
"replace": "\"lighthouse-plugin-ecoindex\": \"{{version}}\""
},
{
"file": "../examples-developpement-test/*/package.json",
"search": "\"lighthouse-plugin-ecoindex\":\\s*\"([0-9.]+)\"",
"search": "\"lighthouse-plugin-ecoindex\":\\s*\"([0-9.a-zA-Z-]+)\"",
"replace": "\"lighthouse-plugin-ecoindex\": \"{{version}}\""
},
{
Expand Down

0 comments on commit 80e9325

Please sign in to comment.