From d8a14b757c95541644e8ea78b52221550f872fc6 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Fri, 4 Jan 2019 14:40:10 -0500 Subject: [PATCH] Specify the path to the standard linter under `script/` --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e0b9112df..b112a57ed 100644 --- a/package.json +++ b/package.json @@ -270,6 +270,7 @@ "preinstall": "node -e 'process.exit(0)'", "test": "node script/test" }, + "standard-engine": "./script/node_modules/standard", "standard": { "env": { "atomtest": true,