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 [email protected] /Users/alan/Code/protocol-labs/js-ipfs-http-client ├─┬ [email protected] │ └── [email protected] ├─┬ [email protected] │ └── [email protected] deduped └─┬ [email protected] └─┬ [email protected] ├─┬ [email protected] │ └── [email protected] └── [email protected] ```
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)