aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/package.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-01-12 00:45:36 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-01-12 00:45:36 +0800
commitb0b179550a9896b7ff3e3bca85a38da3efe4d7db (patch)
treecc7571a33da959c8b80a78d0b37f401e84e77c7a /packages/connect/package.json
parent41c7ab4f9c33f9c9e67020100d7d20d8f99e23af (diff)
downloaddexon-sol-tools-b0b179550a9896b7ff3e3bca85a38da3efe4d7db.tar
dexon-sol-tools-b0b179550a9896b7ff3e3bca85a38da3efe4d7db.tar.gz
dexon-sol-tools-b0b179550a9896b7ff3e3bca85a38da3efe4d7db.tar.bz2
dexon-sol-tools-b0b179550a9896b7ff3e3bca85a38da3efe4d7db.tar.lz
dexon-sol-tools-b0b179550a9896b7ff3e3bca85a38da3efe4d7db.tar.xz
dexon-sol-tools-b0b179550a9896b7ff3e3bca85a38da3efe4d7db.tar.zst
dexon-sol-tools-b0b179550a9896b7ff3e3bca85a38da3efe4d7db.zip
Prettify package.json files
Diffstat (limited to 'packages/connect/package.json')
-rw-r--r--packages/connect/package.json11
1 files changed, 3 insertions, 8 deletions
diff --git a/packages/connect/package.json b/packages/connect/package.json
index 0c512f9ee..4ca9e65a2 100644
--- a/packages/connect/package.json
+++ b/packages/connect/package.json
@@ -2,20 +2,15 @@
"name": "@0xproject/connect",
"version": "0.4.1",
"description": "A javascript library for interacting with the standard relayer api",
- "keywords": [
- "connect",
- "0xproject",
- "ethereum",
- "tokens",
- "exchange"
- ],
+ "keywords": ["connect", "0xproject", "ethereum", "tokens", "exchange"],
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"scripts": {
"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 generated_docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type application/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 --project . 'src/**/*.ts' 'test/**/*.ts'",
"run_mocha": "mocha lib/test/**/*_test.js",