Skip to content

Commit b6ff547

Browse files
authored
point database to the correct typing file (#4330)
1 parent c6d27b5 commit b6ff547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/firebase-exp/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"main": "dist/index.cjs.js",
44
"browser": "dist/index.esm.js",
55
"module": "dist/index.esm.js",
6-
"typings": "dist/firestore/index.d.ts"
6+
"typings": "dist/database/index.d.ts"
77
}
88

0 commit comments

Comments
 (0)