Skip to content

Commit 578c844

Browse files
authored
Merge pull request #86 from ether/fix/pnpm-picomatch-override
fix: also add pnpm.overrides for picomatch
2 parents 68104d8 + 409cc18 commit 578c844

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
"overrides": {
5454
"picomatch": "2.3.1"
5555
},
56+
"pnpm": {
57+
"overrides": {
58+
"picomatch": "2.3.1"
59+
}
60+
},
5661
"funding": {
5762
"type": "individual",
5863
"url": "https://etherpad.org/"

0 commit comments

Comments
 (0)