From b96bec29c01ab9930a084384a9a8db3baa16b404 Mon Sep 17 00:00:00 2001 From: Christoph Diehl Date: Wed, 26 Apr 2017 18:44:33 +0300 Subject: [PATCH] Add -v to package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f74b906..665ab30 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "standard": "*" }, "scripts": { - "test": "standard lib/**/*.js && grunt test --verbose" + "test": "standard -v lib/**/*.js && grunt test --verbose" }, "standard": { "globals": ["random", "make", "utils", "logger"]