From 9eb828636c53b6de39cdcd737b18921ed5050a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Gra=C3=A7a?= <1134310+rodrigograca31@users.noreply.github.com> Date: Fri, 29 May 2020 18:40:45 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20missing=20space=20(#183?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30f8f8c2..160defa9 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "build:binaries": "mkdirp binaries && pkg lib/cli.js --out-path binaries", "test": "jest --maxWorkers 2", "test:dev": "jest --watch", - "test:coverage":"jest --coverage", + "test:coverage": "jest --coverage", "release": "semantic-release", "eslint": "eslint lib/*.js" },