From 979d8cb5bb4c868674ba93476a5b4f3e89b4a489 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 2 Aug 2020 08:03:31 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- package.json | 6 +++--- test.js | 10 ++++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 7836e67..3ba7dd1 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-object", - "version": "5.0.14", + "version": "5.0.15", "description": "", "main": "object.js", "scripts": { @@ -26,8 +26,8 @@ }, "homepage": "https://github.com/flynx/object.js#readme", "devDependencies": { - "c8": "*", + "c8": "^7.2.1", "colors": "^1.4.0", - "ig-argv": "^2.2.2" + "ig-argv": "^2.10.3" } } diff --git a/test.js b/test.js index 5951f8c..570d85a 100755 --- a/test.js +++ b/test.js @@ -930,8 +930,8 @@ if(typeof(__filename) != 'undefined' 'run "example" test in verbose mode.'.gray], ['$ ./$SCRIPTNAME native:gen3:methods init:gen3:methods', 'run two tests/patterns.'.gray], - ['$ export VERBOSE=1 && ./$SCRIPTNAME', - 'set verbose mode globally and run tests.'.gray], + //['$ export VERBOSE=1 && ./$SCRIPTNAME', + // 'set verbose mode globally and run tests.'.gray], ], // options... @@ -966,9 +966,11 @@ if(typeof(__filename) != 'undefined' '-verbose': { doc: 'verbose mode', - env: 'VERBOSE', + //env: 'VERBOSE', handler: function(){ - module.VERBOSE = true }}, + module.VERBOSE = true } + }, + '-quiet': undefined, '@*': undefined, })