Skip to content

Commit

Permalink
Remove exports fields
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Oct 18, 2024
1 parent cf7c6d8 commit ec9aa74
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions packages/remix-fs-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
7 changes: 0 additions & 7 deletions packages/remix-route-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
7 changes: 0 additions & 7 deletions packages/remix-routes-option-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit ec9aa74

Please sign in to comment.