diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-11-28 02:06:39 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-11-28 02:06:39 +0800 |
commit | 7efa71eaf6767c9078fac5ef0122292da7419f1f (patch) | |
tree | 76469657b5a474fa9ebdedfc7ab09745e6867fb4 /packages/instant | |
parent | f0f991245cc52e82a9872b41e12c7bbc9243cb76 (diff) | |
parent | fdc4a4e5fa31d8797abf6313f4488147853ed77e (diff) | |
download | dexon-sol-tools-7efa71eaf6767c9078fac5ef0122292da7419f1f.tar dexon-sol-tools-7efa71eaf6767c9078fac5ef0122292da7419f1f.tar.gz dexon-sol-tools-7efa71eaf6767c9078fac5ef0122292da7419f1f.tar.bz2 dexon-sol-tools-7efa71eaf6767c9078fac5ef0122292da7419f1f.tar.lz dexon-sol-tools-7efa71eaf6767c9078fac5ef0122292da7419f1f.tar.xz dexon-sol-tools-7efa71eaf6767c9078fac5ef0122292da7419f1f.tar.zst dexon-sol-tools-7efa71eaf6767c9078fac5ef0122292da7419f1f.zip |
Merge branch 'development' into feature/instant/events-buy
* development:
fix(instant): make package private
Add stale bot config
Diffstat (limited to 'packages/instant')
-rw-r--r-- | packages/instant/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/instant/package.json b/packages/instant/package.json index d3a85a646..4422dc83f 100644 --- a/packages/instant/package.json +++ b/packages/instant/package.json @@ -4,6 +4,7 @@ "engines": { "node": ">=6.12" }, + "private": true, "description": "0x Instant React Component", "main": "lib/index.js", "types": "lib/index.d.ts", |