From 7e4f2c6bdc5a970fd28102b66ee4c37619b4ffc0 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 3 Dec 2018 13:30:57 +0100 Subject: Move more devDependencies of contracts-tst-utils to dependencies --- contracts/test-utils/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'contracts') diff --git a/contracts/test-utils/package.json b/contracts/test-utils/package.json index 6aa07cbcb..317cc8bdc 100644 --- a/contracts/test-utils/package.json +++ b/contracts/test-utils/package.json @@ -34,6 +34,13 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/test-utils/README.md", "devDependencies": { + "mocha": "^4.1.0", + "npm-run-all": "^4.1.2", + "shx": "^0.2.2", + "tslint": "5.11.0", + "typescript": "3.0.1" + }, + "dependencies": { "@0x/abi-gen": "^1.0.17", "@0x/dev-utils": "^1.0.18", "@0x/sol-compiler": "^1.1.13", @@ -47,13 +54,6 @@ "chai-bignumber": "^2.0.1", "dirty-chai": "^2.0.1", "make-promises-safe": "^1.1.0", - "mocha": "^4.1.0", - "npm-run-all": "^4.1.2", - "shx": "^0.2.2", - "tslint": "5.11.0", - "typescript": "3.0.1" - }, - "dependencies": { "@0x/order-utils": "^3.0.3", "@0x/types": "^1.3.0", "@0x/typescript-typings": "^3.0.4", -- cgit v1.2.3