We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05750cc + c47e3a9 commit 61bc202Copy full SHA for 61bc202
1 file changed
package.json
@@ -19,9 +19,9 @@
19
"exports": {
20
"./package.json": "./package.json",
21
".": {
22
- "types": "./dist/types/index.d.ts",
23
- "require": "./dist/cjs/index.js",
24
- "import": "./dist/esm/index.js"
+ "types": "./dist/src/index.d.ts",
+ "require": "./dist/src/index.cjs",
+ "import": "./dist/src/index.js"
25
}
26
},
27
"repository": "https://github.com/authzed/authzed-node",
0 commit comments