Skip to content

Commit

Permalink
fix: add back main field to package json (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Feb 8, 2024
1 parent 96f9bb4 commit 48dd2b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/small-pillows-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@t3-oss/env-nextjs": patch
"@t3-oss/env-core": patch
"@t3-oss/env-nuxt": patch
---

fix: add main field to package json
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://github.com/t3-oss/t3-env",
"directory": "packages/core"
},
"main": "dist/index.js",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down
1 change: 1 addition & 0 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"url": "https://github.com/t3-oss/t3-env",
"directory": "packages/nextjs"
},
"main": "dist/index.js",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down
1 change: 1 addition & 0 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"url": "https://github.com/t3-oss/t3-env",
"directory": "packages/nuxt"
},
"main": "dist/index.js",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down

0 comments on commit 48dd2b5

Please sign in to comment.