Add -v to package.json

This commit is contained in:
Christoph Diehl 2017-04-26 18:44:33 +03:00
parent f7e3a0c9a4
commit b96bec29c0
1 changed files with 1 additions and 1 deletions

View File

@ -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"]