Skip to content

Commit 5f6b7a6

Browse files
9romise43081j
andauthored
feat: export dist/util.js separately (#671)
* feat: export `util` separately * chore: update * Update package.json Co-authored-by: James Garbutt <43081j@users.noreply.github.com> --------- Co-authored-by: James Garbutt <43081j@users.noreply.github.com>
1 parent a255371 commit 5f6b7a6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
"default": "./dist/main.js"
5454
}
5555
},
56+
"./dist/util.js": {
57+
"import": {
58+
"types": "./dist/util.d.ts",
59+
"default": "./dist/util.js"
60+
}
61+
},
5662
"./manifests/*.json": "./manifests/*.json",
5763
"./package.json": "./package.json"
5864
},

0 commit comments

Comments
 (0)