Skip to content

Commit 8475ca6

Browse files
committed
fix package based on updated root
1 parent de613db commit 8475ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sdk/server-ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"type": "git",
88
"url": "https://github.com/launchdarkly/js-core.git"
99
},
10-
"main": "dist/index.js",
11-
"types": "dist/index.d.ts",
10+
"main": "dist/src/index.js",
11+
"types": "dist/src/index.d.ts",
1212
"type": "commonjs",
1313
"scripts": {
1414
"build": "npx tsc",

0 commit comments

Comments
 (0)