diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 17:46:50 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 17:46:50 +0800 |
commit | 35703539d0f2b4ddb3b11d0de8c9634af59ab71f (patch) | |
tree | ae3731221dbbb3a6fa40060a8d916cfd3f738289 /packages/0x.js/package.json | |
parent | 92a1fde5b1ecd81b07cdb5bf0c9c1cd3544799db (diff) | |
download | dexon-0x-contracts-stable.tar.gz dexon-0x-contracts-stable.tar.zst dexon-0x-contracts-stable.zip |
Deploy @dexon-foundation/0x.jsstable
Diffstat (limited to 'packages/0x.js/package.json')
-rw-r--r-- | packages/0x.js/package.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index b02176811..03a7aecda 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -1,5 +1,5 @@ { - "name": "0x.js", + "name": "@dexon-foundation/0x.js", "version": "4.0.3", "engines": { "node": ">=6.12" @@ -77,16 +77,15 @@ "@0x/contract-wrappers": "^7.0.2", "@0x/order-utils": "^6.0.1", "@0x/order-watcher": "^3.0.3", - "@0x/subproviders": "^3.0.2", "@0x/types": "^2.0.2", - "@0x/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.3", "@0x/web3-wrapper": "^4.0.2", - "@types/web3-provider-engine": "^14.0.0", + "@dexon-foundation/subproviders": "^3.0.2", + "@dexon-foundation/typescript-typings": "^4.0.2", + "@dexon-foundation/web3-provider-engine": "^14.1.1", "ethereum-types": "^2.0.0", "ethers": "~4.0.4", - "lodash": "^4.17.11", - "web3-provider-engine": "14.0.6" + "lodash": "^4.17.11" }, "publishConfig": { "access": "public" |