Skip to content

Commit a3c3b5f

Browse files
author
Alex Lohr
committed
fix exports in package.json
1 parent 4a5bbd0 commit a3c3b5f

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
"version": "0.5.0",
44
"description": "Simple and complete Solid testing utilities that encourage good testing practices.",
55
"type": "module",
6-
"main": "./dist/index.js",
7-
"module": "./dist/index.mjs",
6+
"main": "./dist/index.cjs",
7+
"module": "./dist/index.js",
88
"types": "./dist/index.d.ts",
99
"exports": {
10-
".": {
11-
"import": "./dist/index.mjs",
12-
"require": "./dist/index.js"
13-
}
10+
"import": "./dist/index.js",
11+
"require": "./dist/index.cjs"
1412
},
1513
"license": "MIT",
1614
"author": "Ryan Carniato",

0 commit comments

Comments
 (0)