Skip to content

Commit 98a29b3

Browse files
jpzwarteLarsDenBakker
authored andcommitted
Fix node16 module resolution.
1 parent afcc7fc commit 98a29b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/test-runner-commands/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
"homepage": "https://github.com/modernweb-dev/web/tree/master/packages/test-runner-commands",
1616
"main": "browser/commands.mjs",
1717
"exports": {
18-
".": "./browser/commands.mjs",
18+
".": {
19+
"types": "./browser/commands.d.ts",
20+
"default": "./browser/commands.mjs"
21+
},
1922
"./plugins": {
2023
"import": "./plugins.mjs",
2124
"require": "./dist/index.js"

0 commit comments

Comments
 (0)