Skip to content

Commit c536c92

Browse files
committed
fix ts package paths
1 parent d8007e4 commit c536c92

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

typescript/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "@chainlink/data-streams-sdk",
33
"version": "1.0.1",
44
"description": "TypeScript SDK for Chainlink Data Streams",
5-
"main": "dist/index.js",
6-
"types": "dist/index.d.ts",
5+
"main": "dist/src/index.js",
6+
"types": "dist/src/index.d.ts",
77
"exports": {
88
".": {
9-
"types": "./dist/index.d.ts",
10-
"import": "./dist/index.js",
11-
"require": "./dist/index.js"
9+
"types": "./dist/src/index.d.ts",
10+
"import": "./dist/src/index.js",
11+
"require": "./dist/src/index.js"
1212
},
1313
"./package.json": "./package.json"
1414
},

0 commit comments

Comments
 (0)