Skip to content

Commit cf4aa8f

Browse files
committed
fix: exporting with ./*.js is sufficient for nested paths
1 parent 22dc754 commit cf4aa8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"types": "./dist/index.d.ts",
1313
"exports": {
1414
".": "./dist/index.js",
15-
"./*.js": "./dist/*.js",
16-
"./handlers/*.js": "./dist/handlers/*.js"
15+
"./*.js": "./dist/*.js"
1716
},
1817
"imports": {
1918
"#*": "./dist/*"

0 commit comments

Comments
 (0)