tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-09-14 00:40:00 +03:00
parent 8a9a62d9f3
commit 1930fde04f

View File

@ -5,8 +5,7 @@
"main": "object.js",
"scripts": {
"test": "c8 node ./test.js",
"cover-lcov": "c8 -r lcov node ./test.js",
"cover": "c8 node ./test.js",
"cover": "c8 -r text -r lcov node ./test.js",
"prepublishOnly": "npm test"
},
"repository": {