From 3b3ebc717a7fc4d2a76901d2f97a8da6324a71e8 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 8 Mar 2016 15:03:41 -0800 Subject: [PATCH] fixpack --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 63009c10..972e61df 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "build": "electron-packager . $npm_package_productName --overwrite --out=dist --ignore='^/dist$' --prune --asar --all --version=$npm_package_devDependencies_electron_prebuilt", "debug": "DEBUG=* electron .", "start": "electron .", - "update-authors": "./bin/update-authors.sh", - "test": "standard" + "test": "standard", + "update-authors": "./bin/update-authors.sh" } }