Skip to content

Commit 9178dac

Browse files
SimenBmrazauskas
andauthored
feat: add exports stanza (#136)
Co-authored-by: Tom Mrazauskas <[email protected]>
1 parent dad5424 commit 9178dac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"version": "0.11.2",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
6+
"exports": {
7+
".": {
8+
"types": "./build/index.d.ts",
9+
"default": "./build/index.js"
10+
},
11+
"./package.json": "./package.json",
12+
"./generator/index.js": "./generator/index.js"
13+
},
614
"author": "Rogelio Guzman <[email protected]>",
715
"contributors": [
816
{

0 commit comments

Comments
 (0)