From 96463b7c99cc1f078f887f5acc461bdd6d6d74ec Mon Sep 17 00:00:00 2001 From: LexSwed Date: Sat, 31 Dec 2022 18:08:57 +0100 Subject: [PATCH] fix: allow parcel to resolve tailwind plugin on same path as the export --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 039f3cd9..5d353c57 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "require": "./dist/fxtrot-ui.cjs", "types": "./dist/types/index.d.ts" }, - "./tailwind.preset.cjs": "./dist/tailwind.preset.cjs", - "./style.css": "./dist/style.css" + "./dist/tailwind.preset.cjs": "./dist/tailwind.preset.cjs", + "./dist/style.css": "./dist/style.css" }, "sideEffects": false, "repository": {