Skip to content

Commit 7f50c52

Browse files
committed
chore: add build files to exports
1 parent 9b4bf95 commit 7f50c52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@code4rena/typed-client",
33
"version": "1.0.0",
44
"main": "lib/index.js",
5+
"exports": {
6+
".": "lib/index.js",
7+
"./build": "lib/build/index.js"
8+
},
59
"types": "lib/index.d.ts",
610
"files": ["lib/**/*.js", "lib/**/*.d.ts"],
711
"scripts": {

0 commit comments

Comments
 (0)