From a90da3bb78b335311bafd54b33693330ec4583e3 Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:03:43 +0100 Subject: [PATCH] make publint happy --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c567a21..bc330be 100644 --- a/package.json +++ b/package.json @@ -29,15 +29,15 @@ "exports": { ".": "./integration/index.ts", "./components/*.astro": { - "import": "./components/*.astro", - "types": "./components/*.d.ts" + "types": "./components/*.d.ts", + "import": "./components/*.astro" }, "./components/loading-indicator": "./components/loading-indicator.ts", "./components/swap-utils": "./components/swap-utils.ts", "./components/starlight/utils": "./components/starlight/utils.ts", "./animations/*.astro": { - "import": "./animations/*.astro", - "types": "./animations/*.d.ts" + "types": "./animations/*.d.ts", + "import": "./animations/*.astro" }, "./assets/*": "./assets/*", "./animations/*": "./animations/*.ts",