From 108782d6bc58da275c21b19374f368b51acbe473 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 2 Jan 2024 19:11:35 +0100 Subject: [PATCH] refactor: cleanup package.json MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd1ac9c9..65e47af9 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "license": "MIT", "type": "module", "main": "./lib/index.cjs", + "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", @@ -13,7 +14,6 @@ "import": "./lib/index.mjs" } }, - "types": "./lib/index.d.ts", "scripts": { "preinstall": "npx --yes only-allow pnpm", "prepare": "node prepare.mjs", -- 2.34.1