diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-01-25 09:13:16 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-01-25 09:13:16 +0800 |
commit | 3f0ec89f11fe405711c6b7509d6043339b8b4258 (patch) | |
tree | a6b5dea7d16d7ad2a02e2d0015c96c9e07ca2d84 /packages/website/package.json | |
parent | d3aa4f2bc7f2341a98c4aa6018c0d2ede221a3ed (diff) | |
parent | f58f0ddb67555c3f0c7252ea3e003824984c48ad (diff) | |
download | dexon-sol-tools-3f0ec89f11fe405711c6b7509d6043339b8b4258.tar dexon-sol-tools-3f0ec89f11fe405711c6b7509d6043339b8b4258.tar.gz dexon-sol-tools-3f0ec89f11fe405711c6b7509d6043339b8b4258.tar.bz2 dexon-sol-tools-3f0ec89f11fe405711c6b7509d6043339b8b4258.tar.lz dexon-sol-tools-3f0ec89f11fe405711c6b7509d6043339b8b4258.tar.xz dexon-sol-tools-3f0ec89f11fe405711c6b7509d6043339b8b4258.tar.zst dexon-sol-tools-3f0ec89f11fe405711c6b7509d6043339b8b4258.zip |
Merge branch 'development' into feature/kovan-faucets/all-testnet-support
* development:
Publish
Update yarn.lock
Update the CHANGELOG
Fix the bug making it impossible to specify the custom ZRX address
Diffstat (limited to 'packages/website/package.json')
-rw-r--r-- | packages/website/package.json | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/packages/website/package.json b/packages/website/package.json index 7d0f775d4..fcfa12301 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/website", - "version": "0.0.7", + "version": "0.0.8", "private": true, "description": "Website and 0x portal dapp", "scripts": { @@ -8,12 +8,9 @@ "clean": "shx rm -f public/bundle*", "lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'", "dev": "webpack-dev-server --content-base public --https", - "update_contracts": - "for i in ${npm_package_config_artifacts}; do copyfiles -u 4 ../contracts/build/contracts/$i.json ../website/contracts; done;", - "deploy_staging": - "npm run build; aws s3 sync ./public/. s3://staging-0xproject --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers", - "deploy_live": - "npm run build; aws s3 sync ./public/. s3://0xproject.com --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers" + "update_contracts": "for i in ${npm_package_config_artifacts}; do copyfiles -u 4 ../contracts/build/contracts/$i.json ../website/contracts; done;", + "deploy_staging": "npm run build; aws s3 sync ./public/. s3://staging-0xproject --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers", + "deploy_live": "npm run build; aws s3 sync ./public/. s3://0xproject.com --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers" }, "config": { "artifacts": "Mintable" @@ -21,9 +18,9 @@ "author": "Fabio Berger", "license": "Apache-2.0", "dependencies": { - "0x.js": "^0.30.0", - "@0xproject/subproviders": "^0.3.1", - "@0xproject/utils": "^0.2.0", + "0x.js": "^0.30.1", + "@0xproject/subproviders": "^0.3.2", + "@0xproject/utils": "^0.2.1", "accounting": "^0.4.1", "basscss": "^8.0.3", "blockies": "^0.0.2", @@ -101,7 +98,7 @@ "style-loader": "0.13.x", "tslint": "5.8.0", "typescript": "~2.6.1", - "web3-typescript-typings": "^0.9.4", + "web3-typescript-typings": "^0.9.5", "webpack": "^3.1.0", "webpack-dev-middleware": "^1.10.0", "webpack-dev-server": "^2.5.0" |