Skip to content

Commit 08c0982

Browse files
authored
only publish dist to npm @firebase/firestore-compat (#5538)
* only publish dist to npm * Create brown-ladybugs-invent.md
1 parent 1261137 commit 08c0982

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/brown-ladybugs-invent.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@firebase/firestore-compat": patch
3+
---
4+
5+
only publish dist folder to npm for @firebase/firestore-compat

packages/firestore-compat/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"browser": "dist/index.esm2017.js",
99
"module": "dist/index.esm2017.js",
1010
"esm5": "dist/index.esm5.js",
11+
"files": [
12+
"dist"
13+
],
1114
"scripts": {
1215
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1316
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",

0 commit comments

Comments
 (0)