Update fill-scenarios to depend on v2 updated order-utils and types. Needed to re-employ the symlink hack.

This commit is contained in:
Fabio Berger
2018-06-04 20:45:35 +01:00
parent f5c74d123a
commit c5e5c8288e
3 changed files with 17 additions and 4 deletions

View File

@@ -37,8 +37,8 @@
},
"dependencies": {
"@0xproject/base-contract": "^0.3.2",
"@0xproject/order-utils": "0.0.5",
"@0xproject/types": "0.7.0",
"@0xproject/order-utils": "^0.0.6",
"@0xproject/types": "1.0.0",
"ethereum-types": "^0.0.1",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",