Skip to content

Commit 61bc202

Browse files
authored
Merge pull request #198 from authzed/fix-paths-in-export-fields
Fix paths in exports fields
2 parents 05750cc + c47e3a9 commit 61bc202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"exports": {
2020
"./package.json": "./package.json",
2121
".": {
22-
"types": "./dist/types/index.d.ts",
23-
"require": "./dist/cjs/index.js",
24-
"import": "./dist/esm/index.js"
22+
"types": "./dist/src/index.d.ts",
23+
"require": "./dist/src/index.cjs",
24+
"import": "./dist/src/index.js"
2525
}
2626
},
2727
"repository": "https://github.com/authzed/authzed-node",

0 commit comments

Comments
 (0)