mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-04-24 23:02:33 +00:00
8 lines
76 B
JavaScript
8 lines
76 B
JavaScript
|
'use strict'
|
||
|
|
||
|
module.exports = {
|
||
|
bundlesize: {
|
||
|
maxSize: '140kB'
|
||
|
}
|
||
|
}
|