From ec9aa7481c7896b30522e949d93f18fa72acd984 Mon Sep 17 00:00:00 2001 From: Mark Dalgleish Date: Fri, 18 Oct 2024 15:56:50 +1100 Subject: [PATCH] Remove exports fields --- packages/remix-fs-routes/package.json | 7 ------- packages/remix-route-config/package.json | 7 ------- packages/remix-routes-option-adapter/package.json | 7 ------- 3 files changed, 21 deletions(-) diff --git a/packages/remix-fs-routes/package.json b/packages/remix-fs-routes/package.json index fc174d16a55..f26bbfd7e00 100644 --- a/packages/remix-fs-routes/package.json +++ b/packages/remix-fs-routes/package.json @@ -13,13 +13,6 @@ "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "default": "./dist/index.js" - }, - "./package.json": "./package.json" - }, "scripts": { "tsc": "tsc" }, diff --git a/packages/remix-route-config/package.json b/packages/remix-route-config/package.json index 701968b67e9..65c09e0bd5d 100644 --- a/packages/remix-route-config/package.json +++ b/packages/remix-route-config/package.json @@ -13,13 +13,6 @@ "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "default": "./dist/index.js" - }, - "./package.json": "./package.json" - }, "scripts": { "tsc": "tsc" }, diff --git a/packages/remix-routes-option-adapter/package.json b/packages/remix-routes-option-adapter/package.json index 5bbad0ffb04..8353e06c4ab 100644 --- a/packages/remix-routes-option-adapter/package.json +++ b/packages/remix-routes-option-adapter/package.json @@ -13,13 +13,6 @@ "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "default": "./dist/index.js" - }, - "./package.json": "./package.json" - }, "scripts": { "tsc": "tsc" },