From ab48b4f5a355ce874217ddbeb07405462f553c1b Mon Sep 17 00:00:00 2001 From: Stan Wohlwend Date: Fri, 8 Mar 2024 06:28:02 +0100 Subject: [PATCH] stack: Revert package.json change --- packages/stack/package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/stack/package.json b/packages/stack/package.json index a85d0d6b5..76327fc07 100644 --- a/packages/stack/package.json +++ b/packages/stack/package.json @@ -2,6 +2,8 @@ "name": "@stackframe/stack", "version": "1.2.1", "type": "module", + "types": "./dist/index.d.ts", + "main": "./dist/index.js", "scripts": { "typecheck": "tsc --noEmit", "build": "tsc && npx tailwindcss build -i src/tailwind.css -o dist/tailwind.css && postcss ./src/tailwind.css -o ./dist/tailwind.css --config postcss.config.js", @@ -14,12 +16,6 @@ "files": [ "dist" ], - "exports": { - ".": { - "types": "./dist/index.d.ts", - "default": "./dist/index.js" - } - }, "dependencies": { "js-cookie": "^3.0.5", "oauth4webapi": "^2.10.3",