From 3805fc15a3786432133fc5d79d4362c583c705f6 Mon Sep 17 00:00:00 2001 From: Mathis Wiehl Date: Sat, 31 Mar 2018 13:40:59 +0200 Subject: [PATCH] fix: move dirty-chai to dev dependencies dirty-chai got installed unnecessarily in production which caused consumers to get a chai peer dependency warning. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 27d30ae..4c7465d 100644 --- a/package.json +++ b/package.json @@ -35,13 +35,13 @@ "dependencies": { "bitcoinjs-lib": "^3.3.2", "cids": "~0.5.2", - "dirty-chai": "^2.0.1", "hash.js": "^1.1.3", "multihashes": "~0.4.12" }, "devDependencies": { "aegir": "^13.0.0", - "chai": "^4.1.2" + "chai": "^4.1.2", + "dirty-chai": "^2.0.1" }, "contributors": [ "David Dias ",