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, })