Skip to content

Commit

Permalink
fix: wrong type paths in @firebase/installations-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Jun 1, 2022
1 parent 99a9f90 commit 19adc31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/installations-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"esm5": "dist/esm/index.esm.js",
"exports": {
".": {
"types": "./dist/installations-compat.d.ts",
"types": "./dist/src/index.d.ts",
"require": "./dist/index.cjs.js",
"esm5": "./dist/esm/index.esm.js",
"default": "./dist/esm/index.esm2017.js"
},
"./package.json": "./package.json"
},
"typings": "dist/installations-compat.d.ts",
"typings": "dist/src/index.d.ts",
"license": "Apache-2.0",
"files": [
"dist"
Expand Down

0 comments on commit 19adc31

Please sign in to comment.