Skip to content

Commit c96aa9d

Browse files
committed
chore(module-mocking): simplify exports
1 parent 13564d4 commit c96aa9d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

packages/test-runner-module-mocking/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,8 @@
1616
"main": "browser/index.js",
1717
"type": "module",
1818
"exports": {
19-
".": {
20-
"types": "./browser/index.d.ts",
21-
"import": "./browser/index.js"
22-
},
23-
"./plugin.js": {
24-
"types": "./dist/moduleMockingPlugin.d.ts",
25-
"import": "./dist/moduleMockingPlugin.js"
26-
}
19+
".": "./browser/index.js",
20+
"./plugin.js": "./dist/moduleMockingPlugin.js"
2721
},
2822
"engines": {
2923
"node": ">=18.0.0"

0 commit comments

Comments
 (0)