Skip to content

Commit 19adc31

Browse files
committed
fix: wrong type paths in @firebase/installations-compat
1 parent 99a9f90 commit 19adc31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/installations-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"esm5": "dist/esm/index.esm.js",
99
"exports": {
1010
".": {
11-
"types": "./dist/installations-compat.d.ts",
11+
"types": "./dist/src/index.d.ts",
1212
"require": "./dist/index.cjs.js",
1313
"esm5": "./dist/esm/index.esm.js",
1414
"default": "./dist/esm/index.esm2017.js"
1515
},
1616
"./package.json": "./package.json"
1717
},
18-
"typings": "dist/installations-compat.d.ts",
18+
"typings": "dist/src/index.d.ts",
1919
"license": "Apache-2.0",
2020
"files": [
2121
"dist"

0 commit comments

Comments
 (0)