Skip to content

Commit d0dca90

Browse files
committed
Fix missing types
1 parent db61e02 commit d0dca90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"bugs": {
6969
"url": "https://github.com/firebase/firebase-js-sdk/issues"
7070
},
71-
"typings": "dist/index.d.ts",
71+
"typings": "dist/app/index.d.ts",
7272
"nyc": {
7373
"extension": [
7474
".ts"

packages/installations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/index.cjs.js",
55
"module": "dist/index.esm.js",
66
"esm2017": "dist/index.esm2017.js",
7-
"types": "dist/index.d.ts",
7+
"types": "dist/src/index.d.ts",
88
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
99
"license": "Apache-2.0",
1010
"scripts": {

0 commit comments

Comments
 (0)