Skip to content

Commit

Permalink
Merge pull request #151 from upstash/DX-1178-nextjs-import-fix
Browse files Browse the repository at this point in the history
Change the nextjs imports back as in 2.6.2
  • Loading branch information
CahidArda authored Aug 19, 2024
2 parents ae08df1 + 4495c9a commit 2b5905d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@
"require": "./index.js"
},
"./nextjs": {
"types": "./nextjs.d.ts",
"import": "./nextjs.mjs",
"import": "./nextjs.js",
"require": "./nextjs.js"
},
"./dist/nextjs": {
"types": "./nextjs.d.ts",
"import": "./nextjs.mjs",
"import": "./nextjs.js",
"require": "./nextjs.js"
},
"./nuxt": {
Expand Down

0 comments on commit 2b5905d

Please sign in to comment.