[package.json] Update with Standard
This commit is contained in:
parent
a27e55b280
commit
318af0d053
1 changed files with 3 additions and 2 deletions
|
@ -9,9 +9,10 @@
|
|||
"karma-coverage": "*",
|
||||
"karma-firefox-launcher": "*",
|
||||
"karma-qunit": "*",
|
||||
"qunitjs": "*"
|
||||
"qunitjs": "*",
|
||||
"standard": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test --verbose"
|
||||
"test": "standard && grunt test --verbose"
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue