diff options
author | Fabio Berger <me@fabioberger.com> | 2018-07-25 18:33:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-25 18:33:08 +0800 |
commit | 05b35c0fdcbca7980d4195e96ec791c1c2d13398 (patch) | |
tree | a0650603ef44458500b4ecf31527776080191405 /packages/website/package.json | |
parent | fac90c446cc3a79ffe57ae13c685e7555714cf23 (diff) | |
parent | 36b61650b3174c30b0495d0a50f1d872a4edd8d9 (diff) | |
download | dexon-0x-contracts-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar.gz dexon-0x-contracts-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar.zst dexon-0x-contracts-05b35c0fdcbca7980d4195e96ec791c1c2d13398.zip |
Merge pull request #908 from 0xProject/publish-fixes-rc
Publish Flow Fixes For RC releases
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 99fd7cff3..8bea3aa89 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/website", - "version": "0.0.39", + "version": "0.0.40", "engines": { "node": ">=6.12" }, @@ -11,25 +11,22 @@ "clean": "shx rm -f public/bundle*", "lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'", "watch_without_deps": "webpack-dev-server --content-base public --https", - "deploy_dogfood": - "npm run build; aws s3 sync ./public/. s3://dogfood.0xproject.com --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers", - "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": - "DEPLOY_ROLLBAR_SOURCEMAPS=true 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 --exclude *.map.js" + "deploy_dogfood": "npm run build; aws s3 sync ./public/. s3://dogfood.0xproject.com --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers", + "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": "DEPLOY_ROLLBAR_SOURCEMAPS=true 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 --exclude *.map.js" }, "author": "Fabio Berger", "license": "Apache-2.0", "dependencies": { "@0xproject/contract-wrappers": "^0.0.5", "@0xproject/order-utils": "^0.0.9", - "@0xproject/react-docs": "^1.0.0", + "@0xproject/react-docs": "^1.0.1", "@0xproject/react-shared": "^0.2.3", - "@0xproject/subproviders": "^1.0.0", + "@0xproject/subproviders": "^1.0.1", "@0xproject/types": "^0.8.1", "@0xproject/typescript-typings": "^0.4.3", - "@0xproject/utils": "^1.0.0", - "@0xproject/web3-wrapper": "^1.0.0", + "@0xproject/utils": "^1.0.1", + "@0xproject/web3-wrapper": "^1.0.1", "accounting": "^0.4.1", "basscss": "^8.0.3", "blockies": "^0.0.2", |