fix(dev-utils): Make chai a dev dependency since exported interface depends on it
This commit is contained in:
parent
fca5260eb1
commit
5938e8a52d
@ -32,7 +32,6 @@
|
|||||||
"@0xproject/tslint-config": "^1.0.8",
|
"@0xproject/tslint-config": "^1.0.8",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^2.2.42",
|
"@types/mocha": "^2.2.42",
|
||||||
"chai": "^4.0.1",
|
|
||||||
"make-promises-safe": "^1.1.0",
|
"make-promises-safe": "^1.1.0",
|
||||||
"mocha": "^4.1.0",
|
"mocha": "^4.1.0",
|
||||||
"npm-run-all": "^4.1.2",
|
"npm-run-all": "^4.1.2",
|
||||||
@ -48,6 +47,7 @@
|
|||||||
"@0xproject/utils": "^2.0.2",
|
"@0xproject/utils": "^2.0.2",
|
||||||
"@0xproject/web3-wrapper": "^3.0.3",
|
"@0xproject/web3-wrapper": "^3.0.3",
|
||||||
"@types/web3-provider-engine": "^14.0.0",
|
"@types/web3-provider-engine": "^14.0.0",
|
||||||
|
"chai": "^4.0.1",
|
||||||
"ethereum-types": "^1.0.11",
|
"ethereum-types": "^1.0.11",
|
||||||
"lodash": "^4.17.5"
|
"lodash": "^4.17.5"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user