From 318af0d053c40e04bc4a935bfa70135c1fa3ff47 Mon Sep 17 00:00:00 2001 From: Christoph Diehl Date: Wed, 26 Apr 2017 01:37:49 +0300 Subject: [PATCH] [package.json] Update with Standard --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a23301b..6008bf7 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,10 @@ "karma-coverage": "*", "karma-firefox-launcher": "*", "karma-qunit": "*", - "qunitjs": "*" + "qunitjs": "*", + "standard": "*" }, "scripts": { - "test": "grunt test --verbose" + "test": "standard && grunt test --verbose" }, }