Skip to content

Commit

Permalink
1.3.6-rc.2 Fixes (#4065)
Browse files Browse the repository at this point in the history
* Remove web3-eth-ens as dependency

* Regen package-locks and build lib

* Remove npm run dtslint from build and lint

* Add back removed package: web3-eth-ens

* npm i

* Build lib

* Add back npm run dtslint
  • Loading branch information
spacesailor24 authored May 13, 2021
1 parent 444bce7 commit 69155de
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
34 changes: 17 additions & 17 deletions dist/web3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web3.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/web3-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"web3-eth-abi": "1.3.6-rc.2",
"web3-eth-accounts": "1.3.6-rc.2",
"web3-eth-contract": "1.3.6-rc.2",
"web3-eth-ens": "1.3.6-rc.2",
"web3-eth-iban": "1.3.6-rc.2",
"web3-eth-personal": "1.3.6-rc.2",
"web3-net": "1.3.6-rc.2",
Expand Down
1 change: 1 addition & 0 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if [ "$TEST" = "unit" ]; then
elif [ "$TEST" = "build_and_lint" ]; then

npm run build
npm run dtslint
npm run depcheck
npm run bundlesize

Expand Down

0 comments on commit 69155de

Please sign in to comment.