From 019f40aa5ea2484d6ade92d1faf190a17e16cc2d Mon Sep 17 00:00:00 2001 From: Maxwell Barvian Date: Sat, 4 May 2024 01:06:34 -0500 Subject: [PATCH] Revert package.json changes --- plugin/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugin/package.json b/plugin/package.json index 9837124..0ffadf6 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,9 +1,6 @@ { "name": "fluid-tailwind", "version": "0.1.7", - "publishConfig": { - "access": "public" - }, "author": "Maxwell Barvian", "main": "dist/index.js", "module": "dist/index.mjs", @@ -27,7 +24,7 @@ ], "scripts": { "test": "bun test", - "build": "tsup src/index.ts --format cjs,esm --no-splitting --clean && tsc -p tsconfig.build.json --emitDeclarationOnly", + "build": "tsup src/index.ts --format esm,cjs --no-splitting --clean && tsc -p tsconfig.build.json --emitDeclarationOnly", "dev": "pnpm run build --watch", "prepublishOnly": "pnpm run build && pnpm run test" },