aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/package.json
diff options
context:
space:
mode:
authorBrandon Millman <brandon@0xproject.com>2017-11-28 05:02:08 +0800
committerGitHub <noreply@github.com>2017-11-28 05:02:08 +0800
commit4a17f5e82074b01e74ae6982e82419a037eebdb4 (patch)
treeb783366d327d60d8ed69341d4017f7462fd1af40 /packages/connect/package.json
parent694c37150c35f8d9810067b8810764585ac76508 (diff)
parentb04d07815f47018655b70b4152090b566f568af1 (diff)
downloaddexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar
dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar.gz
dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar.bz2
dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar.lz
dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar.xz
dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar.zst
dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.zip
Merge pull request #240 from 0xProject/fix/websiteMdDirectory
Add md directory to website package and change generated docs directory
Diffstat (limited to 'packages/connect/package.json')
-rw-r--r--packages/connect/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/connect/package.json b/packages/connect/package.json
index 9131eef14..00378397c 100644
--- a/packages/connect/package.json
+++ b/packages/connect/package.json
@@ -15,7 +15,7 @@
"build": "tsc",
"clean": "shx rm -rf _bundles lib test_temp",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_DIR",
- "upload_docs_json": "aws s3 cp docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type aplication/json",
+ "upload_docs_json": "aws s3 cp generated_docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type application/json",
"copy_test_fixtures": "copyfiles -u 2 './test/fixtures/**/*.json' ./lib/test/fixtures",
"lint": "tslint src/**/*.ts test/**/*.ts",
"run_mocha": "mocha lib/test/**/*_test.js",