From 4e4e52ad625c77285b7a36c98abc0f4a3a70b31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Neves?= Date: Tue, 22 Nov 2022 16:57:48 +0000 Subject: [PATCH] Fix package.json --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0739ed8..21cf88c 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,8 @@ "url": "https://sindresorhus.com" }, "type": "module", - "exports": { - "types": "./dist/index.d.ts", - "default": "./dist/index.js" - }, + "exports": "./dist/index.js", + "types": "./dist/index.d.ts", "engines": { "node": ">=14.16" },