Skip to content

Commit bc1dfd6

Browse files
Merge pull request #989 from hansottowirtz/export-lib-files
feat: export lib files
2 parents 5475f2c + 43a0364 commit bc1dfd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: package.json

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"import": "./index.mjs",
1212
"require": "./index.js"
1313
},
14+
"./lib/*": {
15+
"types": "./lib/*.d.ts",
16+
"default": "./lib/*.js"
17+
},
1418
"./package.json": "./package.json"
1519
},
1620
"scripts": {

0 commit comments

Comments
 (0)