From 17219d22c3a13b188d2014b2a2d614afa69b8a48 Mon Sep 17 00:00:00 2001 From: fabioberger Date: Thu, 3 Oct 2019 13:10:04 +0800 Subject: [PATCH] Add mocha types to deps --- contracts/test-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/test-utils/package.json b/contracts/test-utils/package.json index 15cd61f0a5..972801964d 100644 --- a/contracts/test-utils/package.json +++ b/contracts/test-utils/package.json @@ -34,7 +34,6 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/test-utils/README.md", "devDependencies": { - "@types/mocha": "^5.2.7", "npm-run-all": "^4.1.2", "shx": "^0.2.2", "tslint": "5.11.0", @@ -57,6 +56,7 @@ "@types/js-combinatorics": "^0.5.29", "@types/lodash": "4.14.104", "@types/node": "*", + "@types/mocha": "^5.2.7", "bn.js": "^4.11.8", "chai": "^4.0.1", "chai-as-promised": "^7.1.0",