Skip to content

Commit 220a498

Browse files
committed
chore: adjust dist path
1 parent d816912 commit 220a498

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"exports": {
4141
".": {
4242
"types": "./dist/index.d.ts",
43-
"import": "./dist/index.js"
43+
"import": "./dist/src/index.js"
4444
},
4545
"./*": {
4646
"import": "./dist/*"
4747
}
4848
},
49-
"module": "./dist/index.js",
49+
"module": "./dist/src/index.js",
5050
"types": "./dist/index.d.ts",
5151
"bin": {
5252
"ts-mocker": "./packages/core/dist/bin/cli.js",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"exports": {
3838
".": {
3939
"types": "./dist/index.d.ts",
40-
"import": "./dist/index.js"
40+
"import": "./dist/src/index.js"
4141
},
4242
"./*": {
4343
"import": "./dist/*"
4444
}
4545
},
46-
"module": "./dist/index.js",
46+
"module": "./dist/src/index.js",
4747
"types": "./dist/index.d.ts",
4848
"bin": {
4949
"ts-mocker": "./dist/bin/cli.js",

0 commit comments

Comments
 (0)