Skip to content

Commit f1faad3

Browse files
committed
fix: update main and types paths in package.json
Signed-off-by: Eden Reich <[email protected]>
1 parent 9270191 commit f1faad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@inference-gateway/sdk",
33
"version": "0.1.5",
44
"description": "An SDK written in Typescript for the [Inference Gateway](https://github.com/inference-gateway/inference-gateway).",
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
"type": "commonjs",
88
"private": false,
99
"keywords": [

0 commit comments

Comments
 (0)