Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 1dc6d33

Browse files
authored
Merge branch '1.x' into 1.x
2 parents ad05430 + af64729 commit 1dc6d33

16 files changed

+179
-552
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ matrix:
2323
- node_js: 12
2424
env: TEST=e2e_windows
2525
os: windows
26-
- node_js: 10
27-
env: TEST=e2e_ens
2826
- node_js: 10
2927
env: TEST=e2e_browsers
3028
addons:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,4 @@ Released with 1.0.0-beta.37 code base.
152152

153153
- Add missing subscription.on('connected') TS type definition (#3319)
154154
- Add missing bignumber.js dependency for TS types (#3386)
155+
- Upgrade swarm-js to 0.1.40 to remove npm vulnerability warning (#3399)

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"test:e2e:publish": "./scripts/e2e.npm.publish.sh",
4848
"test:e2e:truffle": "./scripts/e2e.truffle.sh",
4949
"test:e2e:mosaic": "./scripts/e2e.mosaic.sh",
50-
"test:e2e:ens": "./scripts/e2e.ens.sh",
5150
"test:e2e:ganache:core": "./scripts/e2e.ganache.core.sh",
5251
"ci": "./scripts/ci.sh",
5352
"coveralls": "./scripts/coveralls.sh",

0 commit comments

Comments
 (0)