aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-06-08 03:13:30 +0800
committerFabio Berger <me@fabioberger.com>2018-06-08 03:13:30 +0800
commit5aaf87d61260ec4723e7eb0a887629b057454957 (patch)
tree0637dfabfec4e71f5cc7d3b2f46712572bb58ce0 /package.json
parent10478a6b2fd1f2a01597a88afde9cf582640a849 (diff)
parent96b31f39749fb32bd89978245c79aa637791336c (diff)
downloaddexon-sol-tools-5aaf87d61260ec4723e7eb0a887629b057454957.tar
dexon-sol-tools-5aaf87d61260ec4723e7eb0a887629b057454957.tar.gz
dexon-sol-tools-5aaf87d61260ec4723e7eb0a887629b057454957.tar.bz2
dexon-sol-tools-5aaf87d61260ec4723e7eb0a887629b057454957.tar.lz
dexon-sol-tools-5aaf87d61260ec4723e7eb0a887629b057454957.tar.xz
dexon-sol-tools-5aaf87d61260ec4723e7eb0a887629b057454957.tar.zst
dexon-sol-tools-5aaf87d61260ec4723e7eb0a887629b057454957.zip
Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utils
* v2-prototype: Fix tslint issues Fix tslint failure Pass in fee and assetAmount rather then the whole signedOrder Fix missing paths Revert to returning orderState on invalid order - Refactor remainingFillableCalculator so it can be used for the maker and taker side - Moved the tests over from order-watcher - Did some token -> asset renaming Update naming in orderStateUtils to use asset over token, also removed cancelledAmount since in V2 it's binary. Fixed path Use source-map-support package to include correct line numbers in mocha move generated contract wrappers from `contract_wrappers/generated/` to `generated_contract_wrappers` in package with no non-generated contract wrappers
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index f25438224..11444d16d 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,8 @@
"lerna": "^2.5.1",
"npm-run-all": "^4.1.2",
"prettier": "^1.11.1",
- "wsrun": "^2.2.0"
+ "wsrun": "^2.2.0",
+ "source-map-support": "^0.5.6"
},
"resolutions": {
"ethereumjs-tx": "0xProject/ethereumjs-tx#fake-tx-include-signature-by-default",