From f2a8860135eded88ad155014af26ed763112573e Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 8 Jun 2016 13:36:00 -0400 Subject: [PATCH] Fix package.json key/property spacing (#461) Signed-off-by: Juan Cruz Viotti --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 52ce1b1a..95989f0d 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "lib/start.js", "description": "An image flasher with support for Windows, OS X and GNU/Linux.", "homepage": "https://github.com/resin-io/etcher", - "engines" : { - "node" : "6.1.0" + "engines": { + "node": "6.1.0" }, "repository": { "type": "git",