Skip to content

Commit 1e23e88

Browse files
authored
Add tslib to Installations dependencies (firebase#1788)
This allows Rollup to detect tslib as an external dependency and doesn't bundle it in the package builds. It should prevent tslib being bundled twice in the main build.
1 parent dd65ae7 commit 1e23e88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/installations/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"dependencies": {
5252
"@firebase/installations-types": "0.1.0",
5353
"@firebase/util": "0.2.15",
54-
"idb": "3.0.2"
54+
"idb": "3.0.2",
55+
"tslib": "1.9.3"
5556
}
5657
}

0 commit comments

Comments
 (0)