Skip to content

Commit

Permalink
fix: prevent breaking old imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ogzhanolguncu committed May 9, 2024
1 parent 53bef12 commit eb60588
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
"./nextjs": {
"import": "./nextjs.mjs",
"require": "./nextjs.js"
},
"./dist/nextjs": {
"import": "./nextjs.mjs",
"require": "./nextjs.js"
},
"./dist": {
"import": "./index.mjs",
"require": "./index.js"
}
},
"typesVersions": {
Expand Down

0 comments on commit eb60588

Please sign in to comment.