Skip to content

Commit a35a06d

Browse files
Include exports from dist-lib/dist
1 parent 37cb948 commit a35a06d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"import": "./dist-lib/index.js",
1111
"require": "./dist-lib/index.js",
1212
"types": "./dist-lib/index.d.ts"
13+
},
14+
"./dist-lib/lib": {
15+
"import": "./dist-lib/lib/index.js",
16+
"require": "./dist-lib/lib/index.js",
17+
"types": "./dist-lib/lib/index.d.ts"
1318
}
1419
},
1520
"scripts": {

0 commit comments

Comments
 (0)