From 8ab8a7dae279b517ae3e593a14f31cbaa3a720da Mon Sep 17 00:00:00 2001 From: Will in China Date: Fri, 22 Jun 2018 21:02:36 +0800 Subject: [PATCH] add: verbose false --- README.md | 2 +- wct.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fdd34e..5cd4dfe 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/EOSBlox/blox-mnemonic.svg?branch=master)](https://travis-ci.org/EOSBlox/blox-mnemonic) -A web component that generates a BIP39 mnemonic +A web component that generates a BIP39 mnemonic seed and 12 word phrase ## Install the Polymer-CLI diff --git a/wct.conf.json b/wct.conf.json index c3bbecb..31db6c4 100644 --- a/wct.conf.json +++ b/wct.conf.json @@ -2,7 +2,7 @@ "testTimeout": 600000, "persistent": false, "ttyOutput": false, - "verbose": true, + "verbose": false, "expanded": false, "plugins": { "local": {