Browse Source

removing verbose from tests

pull/258/head
jlukic 11 years ago
parent
commit
63a7afb5fc
1 changed files with 1 additions and 1 deletions
  1. 2
      package.json

2
package.json

@ -7,7 +7,7 @@
"author": "Jack Lukic <jacklukic@gmail.com>",
"license": "MIT",
"scripts": {
"test": "grunt test --verbose"
"test": "grunt test"
},
"dependencies": {
"docpad": "~6.53.4",

Loading…
Cancel
Save