Skip to content

Commit

Permalink
fix: nextjs export name
Browse files Browse the repository at this point in the history
  • Loading branch information
irishcarbomb777 committed May 14, 2024
1 parent 6ea763a commit c0e3aa2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"require": "./dist/neo4j/index.cjs"
},
"./next": {
"types": "./dist/next/index.d.ts",
"import": "./dist/next/index.js",
"require": "./dist/next/index.cjs"
"types": "./dist/nextjs/index.d.ts",
"import": "./dist/nextjs/index.js",
"require": "./dist/nextjs/index.cjs"
},
"./react": {
"types": "./dist/react/index.d.ts",
Expand Down Expand Up @@ -78,4 +78,4 @@
"tsx": "^4.7.2",
"typescript": "^5.4.5"
}
}
}

0 comments on commit c0e3aa2

Please sign in to comment.