Skip to content

Commit 2850473

Browse files
committed
fix typo
1 parent b127051 commit 2850473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/exp/prepare-firestore-for-exp-release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export async function prepare() {
3838

3939
packageJson.peerDependencies = {
4040
'@firebase/app-exp': '0.x',
41-
'@firebase/app-exp-types': '0.x'
41+
'@firebase/app-types-exp': '0.x'
4242
};
4343

4444
packageJson.main = expPackageJson.main.replace('../', '');

0 commit comments

Comments
 (0)