From f33962954ae7652a740ed0f0df45cc763c4e7d35 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Fri, 21 Sep 2018 16:41:53 -0500 Subject: [PATCH] alpha sort devDeps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c7cba82..47eafb02 100644 --- a/package.json +++ b/package.json @@ -109,10 +109,10 @@ "homepage": "https://embark.status.im/", "license": "MIT", "devDependencies": { + "chai": "4.1.2", "eslint": "4.13.1", "mocha-sinon": "1.2.0", - "sinon": "4.5.0", - "chai": "4.1.2" + "sinon": "4.5.0" }, "engines": { "node": ">=8.11.3",