Skip to content

Commit

Permalink
fix: add publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
DiRaiks committed Aug 24, 2023
1 parent 4cca8df commit 89afe03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
"bugs": {
"url": "https://github.com/lidofinance/lido-ethereum-sdk/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"build": "yarn clean && yarn build:cjs && yarn build:esm && yarn build:types",
"types": "tsc --noEmit",
Expand Down

0 comments on commit 89afe03

Please sign in to comment.