Skip to content

Commit

Permalink
Merge pull request #198 from authzed/fix-paths-in-export-fields
Browse files Browse the repository at this point in the history
Fix paths in exports fields
  • Loading branch information
tstirrat15 authored Feb 18, 2025
2 parents 05750cc + c47e3a9 commit 61bc202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
"types": "./dist/src/index.d.ts",
"require": "./dist/src/index.cjs",
"import": "./dist/src/index.js"
}
},
"repository": "https://github.com/authzed/authzed-node",
Expand Down

0 comments on commit 61bc202

Please sign in to comment.