Skip to content

Commit eba16b8

Browse files
committed
omit peerdependencies
1 parent d281284 commit eba16b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/exp/prepare-util.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ export async function createCompatProject(config: CompatConfig) {
6868
[srcPkgJson.name]: srcPkgJson.version
6969
};
7070

71-
compatPkgJson.peerDependencies = {
72-
'@firebase/app': '0.x'
73-
};
74-
7571
compatPkgJson.files = ['dist'];
7672

7773
return `${JSON.stringify(compatPkgJson, null, 2)}\n`;

0 commit comments

Comments
 (0)