Skip to content

Commit 171ef4c

Browse files
committed
Fix RUT browser.import field
1 parent ca61371 commit 171ef4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rules-unit-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"default": "./dist/index.cjs.js",
1515
"browser": {
1616
"require": "./dist/index.cjs.js",
17-
"import": "./dist/index.cjs.js"
17+
"import": "./dist/esm/index.esm.js"
1818
}
1919
},
2020
"./package.json": "./package.json"

0 commit comments

Comments
 (0)