Skip to content

Commit

Permalink
Publish as public package (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbckr authored Sep 18, 2024
1 parent 27103f4 commit c904ba9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"engines": {
"node": "20"
},
"publishConfig": {
"access": "public",
"main": "dist/index.js",
"types": "dist/index.d.ts"
},
"scripts": {
"build:go": "scripts/go-build.sh",
"build": "tsc && npm run build:go",
Expand Down

0 comments on commit c904ba9

Please sign in to comment.