Skip to content

Commit 5ba45a4

Browse files
committed
chore: add exports field
1 parent 0c9890c commit 5ba45a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"repository": "jest-community/jest-react-reporter",
66
"license": "MIT",
77
"author": "Simen Bekkhus <[email protected]>",
8-
"main": "dist/index.js",
8+
"main": "./dist/index.js",
9+
"exports": "./dist/index.js",
910
"files": [
1011
"dist/"
1112
],

0 commit comments

Comments
 (0)