Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
fix(dev-utils): Make chai a dev dependency since exported interface d…
Browse files Browse the repository at this point in the history
…epends on it
  • Loading branch information
fabioberger committed Oct 16, 2018
1 parent fca5260 commit 5938e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@0xproject/tslint-config": "^1.0.8",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
"chai": "^4.0.1",
"make-promises-safe": "^1.1.0",
"mocha": "^4.1.0",
"npm-run-all": "^4.1.2",
Expand All @@ -48,6 +47,7 @@
"@0xproject/utils": "^2.0.2",
"@0xproject/web3-wrapper": "^3.0.3",
"@types/web3-provider-engine": "^14.0.0",
"chai": "^4.0.1",
"ethereum-types": "^1.0.11",
"lodash": "^4.17.5"
},
Expand Down

0 comments on commit 5938e8a

Please sign in to comment.