Skip to content

Commit 5dea0e7

Browse files
committed
Fix typings path
1 parent a23f6ad commit 5dea0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/firebase-exp/app-check/package.json

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

0 commit comments

Comments
 (0)