aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Agosti <francesco.agosti93@gmail.com>2018-10-04 06:17:55 +0800
committerGitHub <noreply@github.com>2018-10-04 06:17:55 +0800
commitf7917cfa659452981df8233248283ca760d870a1 (patch)
treed0cd5c877f31f606435fd86b696ece2deff9e627
parenta21cf0ad830f7232e6323a99ad81f89e0886d0ba (diff)
parent748091c7685686f244939024080c19ca610b33a4 (diff)
downloaddexon-0x-contracts-f7917cfa659452981df8233248283ca760d870a1.tar
dexon-0x-contracts-f7917cfa659452981df8233248283ca760d870a1.tar.gz
dexon-0x-contracts-f7917cfa659452981df8233248283ca760d870a1.tar.bz2
dexon-0x-contracts-f7917cfa659452981df8233248283ca760d870a1.tar.lz
dexon-0x-contracts-f7917cfa659452981df8233248283ca760d870a1.tar.xz
dexon-0x-contracts-f7917cfa659452981df8233248283ca760d870a1.tar.zst
dexon-0x-contracts-f7917cfa659452981df8233248283ca760d870a1.zip
Merge pull request #1112 from 0xProject/feature/instant/umd-upload-and-bundle-size
Add 0x Instant to bundle analysis
-rw-r--r--package.json3
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": {