Skip to content

Commit b184d00

Browse files
committed
fix: correct path for reader export in package.json
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent 4a921af commit b184d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/topic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"types": "dist/index.d.ts",
3131
"exports": {
3232
".": "./dist/index.js",
33-
"./reader": "./dist/reader.js",
33+
"./reader": "./dist/reader/index.js",
3434
"./writer": "./dist/writer/index.js"
3535
},
3636
"engines": {

0 commit comments

Comments
 (0)