Skip to content

Commit

Permalink
Merge pull request #12 from bj00rn/patch-2
Browse files Browse the repository at this point in the history
loosen mini-match dependency
  • Loading branch information
Adam Yost authored Feb 26, 2023
2 parents c0facae + dfae9f3 commit 9bf7b99
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 @@ -31,7 +31,7 @@
"webpack": ">=3.0.0"
},
"dependencies": {
"minimatch": "3.0.4"
"minimatch": "~3.0.4"
},
"peerDependencies": {
"html-webpack-plugin": ">=3.0.0",
Expand Down

0 comments on commit 9bf7b99

Please sign in to comment.