Skip to content

Commit 2b22838

Browse files
authored
Fix glob pattern to work with Node 20 and its NPM version (#8059)
1 parent feb5038 commit 2b22838

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/selfish-donkeys-cheer.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'firebase': patch
3+
---
4+
5+
Fix glob pattern to work with Node 20 and its NPM version.

packages/firebase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"remote-config"
1717
],
1818
"files": [
19-
"**/dist/",
19+
"**/dist/**/*",
2020
"**/package.json",
2121
"/firebase*.js",
2222
"/firebase*.map",

0 commit comments

Comments
 (0)