Skip to content

Commit c904ba9

Browse files
authored
Publish as public package (#6)
1 parent 27103f4 commit c904ba9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"engines": {
99
"node": "20"
1010
},
11+
"publishConfig": {
12+
"access": "public",
13+
"main": "dist/index.js",
14+
"types": "dist/index.d.ts"
15+
},
1116
"scripts": {
1217
"build:go": "scripts/go-build.sh",
1318
"build": "tsc && npm run build:go",

0 commit comments

Comments
 (0)