We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a5bbd0 + a3c3b5f commit 7f0eb3cCopy full SHA for 7f0eb3c
1 file changed
package.json
@@ -3,14 +3,12 @@
3
"version": "0.5.0",
4
"description": "Simple and complete Solid testing utilities that encourage good testing practices.",
5
"type": "module",
6
- "main": "./dist/index.js",
7
- "module": "./dist/index.mjs",
+ "main": "./dist/index.cjs",
+ "module": "./dist/index.js",
8
"types": "./dist/index.d.ts",
9
"exports": {
10
- ".": {
11
- "import": "./dist/index.mjs",
12
- "require": "./dist/index.js"
13
- }
+ "import": "./dist/index.js",
+ "require": "./dist/index.cjs"
14
},
15
"license": "MIT",
16
"author": "Ryan Carniato",
0 commit comments