We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1261137 commit 8e56089Copy full SHA for 8e56089
packages/firestore-compat/package.json
@@ -8,6 +8,9 @@
8
"browser": "dist/index.esm2017.js",
9
"module": "dist/index.esm2017.js",
10
"esm5": "dist/index.esm5.js",
11
+ "files": [
12
+ "dist"
13
+ ],
14
"scripts": {
15
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
16
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
0 commit comments