From d87a2c0d6c83755e79291b9df8c7c8a2d58871b7 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 22 Dec 2021 15:55:08 +0100 Subject: [PATCH] fix: provide exports without condition --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 6b4be7d4..f782fbd5 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,7 @@ "repository": "https://github.com/nuxtlabs/ui", "license": "MIT", "exports": { - ".": { - "import": "./dist/module.mjs" - } + ".": "./dist/module.mjs" }, "main": "./dist/module.mjs", "types": "./dist/module.d.ts",