From 9aa6812423e594975629a762d4a8720550a114b1 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 9 Jan 2025 12:34:00 +0100 Subject: [PATCH] chore(package): move `style` before `import` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 40bc974ca0..5bd12d5b29 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ "exports": { ".": { "types": "./dist/module.d.ts", + "style": "./dist/runtime/index.css", "import": "./dist/module.mjs", - "require": "./dist/module.cjs", - "style": "./dist/runtime/index.css" + "require": "./dist/module.cjs" }, "./unplugin": { "types": "./dist/unplugin.d.ts",