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"