Skip to content

Commit

Permalink
fix: set "workspaces-update": false
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-khramov committed Sep 9, 2024
1 parent 86f2935 commit c7c6298
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
"access": "public",
"workspaces-update": false
},
"devDependencies": {
"@types/jest": "^27.0.2"
Expand Down
3 changes: 2 additions & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
"access": "public",
"workspaces-update": false
},
"devDependencies": {
"@ethersproject/abi": "^5.4.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
"access": "public",
"workspaces-update": false
},
"devDependencies": {
"@types/jest": "^27.0.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
"access": "public",
"workspaces-update": false
},
"devDependencies": {
"@ethersproject/bignumber": "^5.4.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
"access": "public",
"workspaces-update": false
},
"devDependencies": {
"@ethersproject/logger": "^5.4.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
"access": "public",
"workspaces-update": false
},
"devDependencies": {
"@ethersproject/bignumber": "^5.4.2",
Expand Down

0 comments on commit c7c6298

Please sign in to comment.