Skip to content

Commit e3235da

Browse files
authored
Merge pull request #196 from ForgeRock/fix-pkg-json-exports
chore: fix-imports
2 parents 71ac275 + 27ef7ef commit e3235da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/davinci-client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
".": "./dist/src/index.js",
1313
"./types": "./dist/src/types.d.ts"
1414
},
15-
"main": "./dist/index.js",
16-
"module": "./dist/index.js",
17-
"typings": "./dist/index.d.ts",
18-
"files": ["dist"],
15+
"main": "./dist/src/index.js",
16+
"module": "./dist/src/index.js",
17+
"typings": "./dist/src/index.d.ts",
18+
"files": ["dist", "!dist/tsconfig.lib.tsbuildinfo"],
1919
"scripts": {
2020
"lint": "pnpm nx nxLint",
2121
"test": "pnpm nx nxTest",

0 commit comments

Comments
 (0)