Skip to content

Commit

Permalink
Fix standard node/browser builds for bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-hui committed Dec 6, 2020
1 parent 6898afe commit 116cd82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/firebase/firestore/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "firebase/firestore/bundle",
"description": "The bundle loading feature of the Cloud Firestore component.",
"main": "dist/index.cjs.js",
"main": "dist/index.node.cjs.js",
"module": "dist/index.esm.js",
"typings": "../empty-import.d.ts"
}
2 changes: 1 addition & 1 deletion packages/firebase/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "firebase/firestore",
"description": "The Cloud Firestore component of the Firebase JS SDK.",
"main": "dist/index.cjs.js",
"main": "dist/index.node.cjs.js",
"module": "dist/index.esm.js",
"typings": "../empty-import.d.ts"
}

0 comments on commit 116cd82

Please sign in to comment.