From 19adc31dc11373144a628dbd22005b824f864159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andi=20P=C3=A4tzold?= Date: Wed, 1 Jun 2022 21:16:36 +0200 Subject: [PATCH] fix: wrong type paths in @firebase/installations-compat --- packages/installations-compat/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/installations-compat/package.json b/packages/installations-compat/package.json index 21c0c7c43c4..10427f222a3 100644 --- a/packages/installations-compat/package.json +++ b/packages/installations-compat/package.json @@ -8,14 +8,14 @@ "esm5": "dist/esm/index.esm.js", "exports": { ".": { - "types": "./dist/installations-compat.d.ts", + "types": "./dist/src/index.d.ts", "require": "./dist/index.cjs.js", "esm5": "./dist/esm/index.esm.js", "default": "./dist/esm/index.esm2017.js" }, "./package.json": "./package.json" }, - "typings": "dist/installations-compat.d.ts", + "typings": "dist/src/index.d.ts", "license": "Apache-2.0", "files": [ "dist"