Skip to content

Commit 957cfb8

Browse files
committed
fix: correct exports
1 parent 4a1a1e7 commit 957cfb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
},
88
"main": "build/index.js",
99
"type": "module",
10+
"files": [
11+
"build"
12+
],
1013
"exports": {
1114
".": "./build/index.js",
1215
"./drivers/*": "./build/src/drivers/*.js",
13-
"./types": "./build/src/types/*.js"
16+
"./types/*": "./build/src/types/*.js"
1417
},
1518
"scripts": {
1619
"build": "yarn clean && tsup-node",

0 commit comments

Comments
 (0)