Skip to content

Commit

Permalink
Fix glob pattern to work with Node 20 and its NPM version (#8059)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored Mar 8, 2024
1 parent feb5038 commit 2b22838
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/selfish-donkeys-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'firebase': patch
---

Fix glob pattern to work with Node 20 and its NPM version.
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"remote-config"
],
"files": [
"**/dist/",
"**/dist/**/*",
"**/package.json",
"/firebase*.js",
"/firebase*.map",
Expand Down

0 comments on commit 2b22838

Please sign in to comment.