We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9890c commit 5ba45a4Copy full SHA for 5ba45a4
package.json
@@ -5,7 +5,8 @@
5
"repository": "jest-community/jest-react-reporter",
6
"license": "MIT",
7
"author": "Simen Bekkhus <sbekkhus91@gmail.com>",
8
- "main": "dist/index.js",
+ "main": "./dist/index.js",
9
+ "exports": "./dist/index.js",
10
"files": [
11
"dist/"
12
],
0 commit comments