From bf2af9d8d5bc8317bbb2dc5dbaaf46b7f187f83a Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Tue, 10 Jan 2017 11:26:29 +0100 Subject: [PATCH] Properly indented pkg property --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index aac883f..db4475f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,10 @@ "pack": "pkg . --out-dir out --options harmony-async-await" }, "pkg": { - "scripts": [ "./bin/*", "./lib/**/*" ] + "scripts": [ + "./bin/*", + "./lib/**/*" + ] }, "bin": { "now": "./bin/now"