Separate forwarder into own package

This commit is contained in:
Amir Bandeali
2019-01-21 21:32:59 -08:00
parent f9c29c3e74
commit efbfd08aa0
56 changed files with 371 additions and 8 deletions

View File

@@ -51,6 +51,7 @@
"@0x/tslint-config": "^2.0.2",
"@types/lodash": "4.14.104",
"@types/node": "*",
"@types/bn.js": "^4.11.0",
"chai": "^4.0.1",
"chai-as-promised": "^7.1.0",
"chai-bignumber": "^3.0.0",
@@ -70,6 +71,7 @@
"@0x/typescript-typings": "^3.0.8",
"@0x/utils": "^3.0.1",
"@0x/web3-wrapper": "^3.2.4",
"bn.js": "^4.11.8",
"ethereum-types": "^1.1.6",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.5"