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" },