Skip to content

Commit

Permalink
fix(npm): publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Sep 22, 2021
1 parent 4a281b1 commit d7fed5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.esm.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm build:cjs && npm build:esm",
"build:cjs": "npx tse build src/index.ts --emit-types --ext .cjs.js",
Expand Down

0 comments on commit d7fed5d

Please sign in to comment.