aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/deployer/package.json')
-rw-r--r--packages/deployer/package.json15
1 files changed, 11 insertions, 4 deletions
diff --git a/packages/deployer/package.json b/packages/deployer/package.json
index c0a4f369b..89dfd3ef1 100644
--- a/packages/deployer/package.json
+++ b/packages/deployer/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/deployer",
- "version": "0.0.7",
+ "version": "0.0.9",
"description": "Smart contract deployer of 0x protocol",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
@@ -28,15 +28,22 @@
},
"homepage": "https://github.com/0xProject/0x.js/packages/deployer/README.md",
"devDependencies": {
+ "@0xproject/tslint-config": "^0.4.9",
+ "chai": "^4.0.1",
"copyfiles": "^1.2.0",
"shx": "^0.2.2",
+ "mocha": "^4.0.1",
+ "tslint": "5.8.0",
"types-bn": "^0.0.1",
"typescript": "2.7.1",
- "web3-typescript-typings": "^0.9.9"
+ "web3-typescript-typings": "^0.9.10"
},
"dependencies": {
- "@0xproject/utils": "^0.3.1",
- "@0xproject/web3-wrapper": "^0.1.11",
+ "@0xproject/json-schemas": "^0.7.11",
+ "@0xproject/types": "^0.2.2",
+ "@0xproject/utils": "^0.3.3",
+ "@0xproject/web3-wrapper": "^0.1.13",
+ "ethereumjs-util": "^5.1.1",
"lodash": "^4.17.4",
"solc": "^0.4.18",
"web3": "^0.20.0",