Skip to content

Commit

Permalink
Fix exports paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Apr 13, 2021
1 parent 9cdd901 commit 6934023
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions packages-exp/firebase-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,95 +24,95 @@
"compat/index.d.ts"
],
"exports": {
"analytics": {
"./analytics": {
"node": "./analytics/dist/index.cjs.js",
"default": "./analytics/dist/index.esm.js"
},
"app": {
"./app": {
"node": "./app/dist/index.cjs.js",
"default": "./app/dist/index.esm.js"
},
"auth": {
"./auth": {
"node": "./auth/dist/index.cjs.js",
"default": "./auth/dist/index.esm.js"
},
"database": {
"./database": {
"node": "./database/dist/index.cjs.js",
"default": "./database/dist/index.esm.js"
},
"firestore": {
"./firestore": {
"node": "./firestore/dist/index.cjs.js",
"default": "./firestore/dist/index.esm.js"
},
"firestore/lite": {
"./firestore/lite": {
"node": "./firestore/lite/dist/index.cjs.js",
"default": "./firestore/lite/dist/index.esm.js"
},
"functions": {
"./functions": {
"node": "./functions/dist/index.cjs.js",
"default": "./functions/dist/index.esm.js"
},
"installations": {
"./installations": {
"node": "./installations/dist/index.cjs.js",
"default": "./installations/dist/index.esm.js"
},
"messaging": {
"./messaging": {
"node": "./messaging/dist/index.cjs.js",
"default": "./messaging/dist/index.esm.js"
},
"performance": {
"./performance": {
"node": "./performance/dist/index.cjs.js",
"default": "./performance/dist/index.esm.js"
},
"remote-config": {
"./remote-config": {
"node": "./remote-config/dist/index.cjs.js",
"default": "./remote-config/dist/index.esm.js"
},
"storage": {
"./storage": {
"node": "./storage/dist/index.cjs.js",
"default": "./storage/dist/index.esm.js"
},
"compat/analytics": {
"./compat/analytics": {
"node": "./compat/analytics/dist/index.cjs.js",
"default": "./compat/analytics/dist/index.esm.js"
},
"compat/app": {
"./compat/app": {
"node": "./compat/app/dist/index.cjs.js",
"default": "./compat/app/dist/index.esm.js"
},
"compat/auth": {
"./compat/auth": {
"node": "./compat/auth/dist/index.cjs.js",
"default": "./compat/auth/dist/index.esm.js"
},
"compat/database": {
"./compat/database": {
"node": "./compat/database/dist/index.cjs.js",
"default": "./compat/database/dist/index.esm.js"
},
"compat/firestore": {
"./compat/firestore": {
"node": "./compat/firestore/dist/index.cjs.js",
"default": "./compat/firestore/dist/index.esm.js"
},
"compat/functions": {
"./compat/functions": {
"node": "./compat/functions/dist/index.cjs.js",
"default": "./compat/functions/dist/index.esm.js"
},
"compat/installations": {
"./compat/installations": {
"node": "./compat/installations/dist/index.cjs.js",
"default": "./compat/installations/dist/index.esm.js"
},
"compat/messaging": {
"./compat/messaging": {
"node": "./compat/messaging/dist/index.cjs.js",
"default": "./compat/messaging/dist/index.esm.js"
},
"compat/performance": {
"./compat/performance": {
"node": "./compat/performance/dist/index.cjs.js",
"default": "./compat/performance/dist/index.esm.js"
},
"compat/remote-config": {
"./compat/remote-config": {
"node": "./compat/remote-config/dist/index.cjs.js",
"default": "./compat/remote-config/dist/index.esm.js"
},
"compat/storage": {
"./compat/storage": {
"node": "./compat/storage/dist/index.cjs.js",
"default": "./compat/storage/dist/index.esm.js"
}
Expand Down

0 comments on commit 6934023

Please sign in to comment.