Skip to content

Commit

Permalink
Addd missing sideEffects flag to some packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 22, 2020
1 parent c8bb77d commit 20defec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/abi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xd0da395b7622fd7dd82ecb018055bab5f061029c1f526b2577457d83da3739e1",
"types": "./lib/index.d.ts",
"version": "5.0.8"
Expand Down
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"scripts": {
"test": "exit 1"
},
"sideEffects": false,
"tarballHash": "0xfba941d36467b91537a3c4e408460c9eb0218c1483cf548881a66239d399f7d6",
"types": "./lib/index.d.ts",
"version": "5.0.6"
Expand Down
1 change: 1 addition & 0 deletions packages/hardware-wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"scripts": {
"test": "exit 1"
},
"sideEffects": false,
"tarballHash": "0x0f480b06095e36714cc0e6711eade75703736a0c49a89a7961aabb2aa7f3cf50",
"types": "./lib/index.d.ts",
"version": "5.0.10"
Expand Down

0 comments on commit 20defec

Please sign in to comment.