Skip to content

Commit f3d0a1b

Browse files
author
CI Fix
committed
add esm entry point
1 parent 04fef95 commit f3d0a1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@
145145
"standard"
146146
],
147147
"main": "index.js",
148+
"exports": {
149+
".": {
150+
"import": "./index.mjs",
151+
"require": "./index.js"
152+
}
153+
},
148154
"scripts": {
149155
"build": "echo nothing to build",
150156
"solid": "node ./bin/solid",

0 commit comments

Comments
 (0)