diff options
| author | fragosti <francesco.agosti93@gmail.com> | 2018-10-04 03:19:41 +0800 | 
|---|---|---|
| committer | fragosti <francesco.agosti93@gmail.com> | 2018-10-04 03:19:41 +0800 | 
| commit | 748091c7685686f244939024080c19ca610b33a4 (patch) | |
| tree | d7e2e3036374e7c33a3cfaa3a90896009a2331ad /package.json | |
| parent | bce43a0050056195acb9c4890f57526985268da9 (diff) | |
| download | dexon-sol-tools-748091c7685686f244939024080c19ca610b33a4.tar.gz dexon-sol-tools-748091c7685686f244939024080c19ca610b33a4.tar.zst dexon-sol-tools-748091c7685686f244939024080c19ca610b33a4.zip | |
Add 0x Instant to bundle analysis
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/package.json b/package.json index 5b2a7b200..600569386 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,9 @@      "bundlesize": [          {              "path": "packages/0x.js/_bundles/index.min.js" +        }, +        { +            "path": "packages/instant/public/main.bundle.js"          }      ],      "devDependencies": { | 
