Skip to content

Commit

Permalink
Revert "fix: use .npmrc instead of publishConfig"
Browse files Browse the repository at this point in the history
This reverts commit c2dc88b.
  • Loading branch information
alx-khramov committed Sep 9, 2024
1 parent 33cf125 commit 9052eae
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"lido-js-sdk",
"lidofinance"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"workspaces-update": false
},
"devDependencies": {
"@types/jest": "^27.0.2"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"scripts": {
"typechain": "typechain --target=ethers-v5 --out-dir ./src/generated './src/abi/*.json'"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"workspaces-update": false
},
"devDependencies": {
"@ethersproject/abi": "^5.4.1",
"@ethersproject/abstract-signer": "^5.4.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"lido-js-sdk",
"lidofinance"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"workspaces-update": false
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node-fetch": "^2.5.12"
Expand Down
5 changes: 5 additions & 0 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"lido-js-sdk",
"lidofinance"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"workspaces-update": false
},
"devDependencies": {
"@ethersproject/bignumber": "^5.4.2",
"@types/jest": "^27.0.2"
Expand Down

0 comments on commit 9052eae

Please sign in to comment.