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 9647774 commit e21ff18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"import": "./dist/neo4j/index.js",
"require": "./dist/neo4j/index.cjs"
},
"./next": {
"./nextjs": {
"types": "./dist/nextjs/index.d.ts",
"import": "./dist/nextjs/index.js",
"require": "./dist/nextjs/index.cjs"
Expand Down

0 comments on commit e21ff18

Please sign in to comment.