diff --git a/package.json b/package.json index 6b4be7d42a..f782fbd575 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",