master
David Kebler 2020-05-29 06:48:20 -07:00
parent e9cee9bcd3
commit 7815bce667
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
{
"name": "@uci-utils/logger",
"version": "0.0.16",
"version": "0.0.17",
"description": "Parent Logger for all UCI modules",
"main": "src/logger",
"type": "module",
"scripts": {
"testd": "./node_modules/.bin/nodemon --exec './node_modules/.bin/mocha -r esm --timeout 30000'",
"test": "./node_modules/.bin/mocha -r esm --timeout 30000 || exit 0",