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

Commit 25e5209

Browse files
author
Alan Shaw
authored
chore: bump bundle size restriction temporarily
This will come down again when we switch to the new version of Peer ID with async/await (since it will use the same `multihashing-async` as the included IPLD formats): ```js ipfs-http-client@33.0.1 /Users/alan/Code/protocol-labs/js-ipfs-http-client ├─┬ ipld-dag-cbor@0.15.0 │ └── multihashing-async@0.7.0 ├─┬ ipld-dag-pb@0.17.4 │ └── multihashing-async@0.7.0 deduped └─┬ peer-id@0.12.2 └─┬ libp2p-crypto@0.16.1 ├─┬ libp2p-crypto-secp256k1@0.3.1 │ └── multihashing-async@0.6.0 └── multihashing-async@0.5.2 ```
1 parent e056ee2 commit 25e5209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.aegir.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const createServer = require('ipfsd-ctl').createServer
55
const server = createServer()
66

77
module.exports = {
8-
bundlesize: { maxSize: '236kB' },
8+
bundlesize: { maxSize: '237kB' },
99
webpack: {
1010
resolve: {
1111
mainFields: ['browser', 'main']

0 commit comments

Comments
 (0)