diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-27 01:02:16 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-27 01:02:16 +0800 |
commit | 1494a70badaafbd0a52f63dae6f26232cf556526 (patch) | |
tree | 512f3c32224031992eb9380ebcf664cc4292b99e /packages/instant/package.json | |
parent | d750225554a0c4c317863cf11a7db5b1570e5b41 (diff) | |
parent | 6d565f4bff38b12515f4d8f0e29cdc223c12d1fb (diff) | |
download | dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.tar dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.tar.gz dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.tar.bz2 dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.tar.lz dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.tar.xz dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.tar.zst dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.zip |
Merge branch 'development' into feature/instant/open-close-events
Diffstat (limited to 'packages/instant/package.json')
-rw-r--r-- | packages/instant/package.json | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/packages/instant/package.json b/packages/instant/package.json index 1813d61e5..d3a85a646 100644 --- a/packages/instant/package.json +++ b/packages/instant/package.json @@ -1,13 +1,12 @@ { "name": "@0x/instant", - "version": "1.0.0", + "version": "1.0.1", "engines": { "node": ">=6.12" }, "description": "0x Instant React Component", - "private": true, - "main": "lib/src/index.js", - "types": "lib/src/index.d.ts", + "main": "lib/index.js", + "types": "lib/index.d.ts", "scripts": { "build": "yarn build:all", "build:all": "run-p build:umd:prod build:commonjs", @@ -45,15 +44,15 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md", "dependencies": { - "@0x/assert": "^1.0.17", - "@0x/asset-buyer": "^3.0.0", - "@0x/json-schemas": "^2.1.1", - "@0x/order-utils": "^3.0.2", - "@0x/subproviders": "^2.1.4", - "@0x/types": "^1.2.1", + "@0x/assert": "^1.0.18", + "@0x/asset-buyer": "^3.0.1", + "@0x/json-schemas": "^2.1.2", + "@0x/order-utils": "^3.0.3", + "@0x/subproviders": "^2.1.5", + "@0x/types": "^1.3.0", "@0x/typescript-typings": "^3.0.4", - "@0x/utils": "^2.0.5", - "@0x/web3-wrapper": "^3.1.4", + "@0x/utils": "^2.0.6", + "@0x/web3-wrapper": "^3.1.5", "bowser": "^1.9.4", "copy-to-clipboard": "^3.0.8", "ethereum-types": "^1.1.2", @@ -99,6 +98,6 @@ "webpack-dev-server": "^3.1.9" }, "publishConfig": { - "access": "private" + "access": "public" } } |