[package.json] Update with Standard

This commit is contained in:
Christoph Diehl 2017-04-26 01:37:49 +03:00
parent a27e55b280
commit 318af0d053
1 changed files with 3 additions and 2 deletions

View File

@ -9,9 +9,10 @@
"karma-coverage": "*",
"karma-firefox-launcher": "*",
"karma-qunit": "*",
"qunitjs": "*"
"qunitjs": "*",
"standard": "*"
},
"scripts": {
"test": "grunt test --verbose"
"test": "standard && grunt test --verbose"
},
}