From eebef765bcf152ea7c9da0df1c845136c44ae919 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Tue, 27 Mar 2018 17:56:58 +0200 Subject: [PATCH] chore: fix package.json formatting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43493efbb2..3a6588f230 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Keep npm dependencies up-to-date via Pull Requests", "version": "0.0.0-semantic-release", "bin": { - "renovate" : "lib/renovate.js", + "renovate": "lib/renovate.js", "renovate-config-validator": "bin/config-validator.js" }, "scripts": { -- GitLab