aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-04 04:34:13 +0800
committerFabio Berger <me@fabioberger.com>2018-03-04 04:34:13 +0800
commit839e5895e41c849d69b493ad2a1e85c8504c38b2 (patch)
tree5b2c81cbf7073caab0df7fd8d078cb8713bd6e63 /packages/connect/package.json
parent49a4f0c74c5578abf4b64ea2ed36f4821af10f9f (diff)
downloaddexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.tar
dexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.tar.gz
dexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.tar.bz2
dexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.tar.lz
dexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.tar.xz
dexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.tar.zst
dexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.zip
Instead of adding `@0xproject/types` to tsconfig.json, let's only add it when calling TypeDoc
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 9cc41a10d..5ee2dcdcf 100644
--- a/packages/connect/package.json
+++ b/packages/connect/package.json
@@ -15,7 +15,7 @@
"build:watch": "tsc -w",
"build": "tsc",
"clean": "shx rm -rf _bundles lib test_temp",
- "docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH",
+ "docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES",
"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 --project . 'src/**/*.ts' 'test/**/*.ts'",