From 3874ec451fb714ae7e48a4a0b9f69a8187a82255 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Mon, 13 Feb 2023 14:14:26 +0100 Subject: [PATCH] chore: update paths --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 727db8d9..d571fd76 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "exports": { ".": { "types": "./dist/src/index.d.ts", - "import": "./src/index.js" + "import": "./dist/src/index.js" } }, "eslintConfig": { @@ -58,7 +58,6 @@ }, "ignorePatterns": [ "scripts/*", - "src/message/message.*", "*.test-d.ts" ] },