diff options
Diffstat (limited to 'packages/deployer')
-rw-r--r-- | packages/deployer/package.json | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/packages/deployer/package.json b/packages/deployer/package.json index 362bc659e..438c2a8d7 100644 --- a/packages/deployer/package.json +++ b/packages/deployer/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/deployer", - "version": "0.3.3", + "version": "0.3.4", "description": "Smart contract deployer of 0x protocol", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", @@ -24,7 +24,9 @@ "postpublish": { "assets": [], "docPublishConfigs": { - "extraFileIncludes": ["../types/src/index.ts"], + "extraFileIncludes": [ + "../types/src/index.ts" + ], "s3BucketPath": "s3://doc-jsons/deployer/", "s3StagingBucketPath": "s3://staging-doc-jsons/deployer/" } @@ -44,30 +46,30 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/deployer/README.md", "devDependencies": { - "@0xproject/monorepo-scripts": "^0.1.14", - "@0xproject/tslint-config": "^0.4.12", + "@0xproject/monorepo-scripts": "^0.1.15", + "@0xproject/tslint-config": "^0.4.13", "@types/require-from-string": "^1.2.0", "@types/semver": "^5.5.0", "@types/yargs": "^11.0.0", - "npm-run-all": "^4.1.2", "chai": "^4.0.1", "copyfiles": "^1.2.0", "dirty-chai": "^2.0.1", "mocha": "^4.0.1", + "npm-run-all": "^4.1.2", "nyc": "^11.0.1", "shx": "^0.2.2", "tslint": "5.8.0", - "types-bn": "^0.0.1", "typedoc": "0xProject/typedoc", + "types-bn": "^0.0.1", "typescript": "2.7.1", "web3-typescript-typings": "^0.10.2" }, "dependencies": { - "@0xproject/json-schemas": "^0.7.17", - "@0xproject/types": "^0.4.1", - "@0xproject/utils": "^0.4.3", - "@0xproject/web3-wrapper": "^0.3.1", - "@0xproject/typescript-typings": "^0.0.1", + "@0xproject/json-schemas": "^0.7.18", + "@0xproject/types": "^0.4.2", + "@0xproject/typescript-typings": "^0.0.2", + "@0xproject/utils": "^0.4.4", + "@0xproject/web3-wrapper": "^0.4.0", "ethereumjs-util": "^5.1.1", "isomorphic-fetch": "^2.2.1", "lodash": "^4.17.4", |