diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-01-18 16:21:52 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-01-18 16:21:52 +0800 |
commit | 87e3fe725d2070cb89c71361a3107f45336ee3bc (patch) | |
tree | b036618c2bf7d514eb2039fee890138b90022776 /packages/connect | |
parent | d58bfb46cf50131d361ad0cbd08ef44454f8930e (diff) | |
download | dexon-sol-tools-87e3fe725d2070cb89c71361a3107f45336ee3bc.tar dexon-sol-tools-87e3fe725d2070cb89c71361a3107f45336ee3bc.tar.gz dexon-sol-tools-87e3fe725d2070cb89c71361a3107f45336ee3bc.tar.bz2 dexon-sol-tools-87e3fe725d2070cb89c71361a3107f45336ee3bc.tar.lz dexon-sol-tools-87e3fe725d2070cb89c71361a3107f45336ee3bc.tar.xz dexon-sol-tools-87e3fe725d2070cb89c71361a3107f45336ee3bc.tar.zst dexon-sol-tools-87e3fe725d2070cb89c71361a3107f45336ee3bc.zip |
Run prettier to revert formatting changes made by the lerna publish step
Diffstat (limited to 'packages/connect')
-rw-r--r-- | packages/connect/package.json | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/packages/connect/package.json b/packages/connect/package.json index 6cd015a96..45a01b475 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -2,20 +2,15 @@ "name": "@0xproject/connect", "version": "0.5.0", "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", |