From b2cd340654879f6a8b076407516f0ead352621be Mon Sep 17 00:00:00 2001 From: Iku-turso Date: Thu, 1 Jun 2023 14:17:23 +0300 Subject: [PATCH] fix: Use path format that is not broken in yalc Co-authored-by: Janne Savolainen Signed-off-by: Mikko Aspiala Signed-off-by: Iku-turso --- packages/cluster-settings/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cluster-settings/package.json b/packages/cluster-settings/package.json index 3d1f3ab5e6..52da58545f 100644 --- a/packages/cluster-settings/package.json +++ b/packages/cluster-settings/package.json @@ -9,8 +9,8 @@ "access": "public", "registry": "https://registry.npmjs.org/" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", + "main": "dist/index.js", + "types": "dist/index.d.ts", "files": [ "dist" ],