fix: bundle-size (#298)

* fix: bundle-size

* fix: feedback

* fix: lint

* chore: update deps

* fix: add bundle size check and update deps

* fix: fix badges

* fix: add once to package.json

* fix: fix config validation
This commit is contained in:
Hugo Dias
2019-02-21 16:07:35 +00:00
committed by Jacob Heun
parent 6e76aade7f
commit d497961938
6 changed files with 108 additions and 68 deletions

View File

@ -104,7 +104,11 @@ describe('configuration', () => {
}
},
relay: {
enabled: true
enabled: true,
hop: {
active: false,
enabled: false
}
}
}
}
@ -185,7 +189,11 @@ describe('configuration', () => {
pubsub: false
},
relay: {
enabled: true
enabled: true,
hop: {
active: false,
enabled: false
}
},
dht: {
kBucketSize: 20,