Skip to content

Commit 56ea5a7

Browse files
authored
remove nonexisting paths (#4836)
1 parent 919413c commit 56ea5a7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages-exp/firebase-exp/package.json

-8
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
"node": "./functions/dist/index.cjs.js",
5353
"default": "./functions/dist/index.esm.js"
5454
},
55-
"./installations": {
56-
"node": "./installations/dist/index.cjs.js",
57-
"default": "./installations/dist/index.esm.js"
58-
},
5955
"./messaging": {
6056
"node": "./messaging/dist/index.cjs.js",
6157
"default": "./messaging/dist/index.esm.js"
@@ -96,10 +92,6 @@
9692
"node": "./compat/functions/dist/index.cjs.js",
9793
"default": "./compat/functions/dist/index.esm.js"
9894
},
99-
"./compat/installations": {
100-
"node": "./compat/installations/dist/index.cjs.js",
101-
"default": "./compat/installations/dist/index.esm.js"
102-
},
10395
"./compat/messaging": {
10496
"node": "./compat/messaging/dist/index.cjs.js",
10597
"default": "./compat/messaging/dist/index.esm.js"

0 commit comments

Comments
 (0)