From 1260b89e48854b5a64b11e3b9b3360431a3f3701 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Mon, 23 Jul 2018 06:01:42 +0000 Subject: [PATCH] 1.0.1 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6c3e954..484f677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bunyan-lite", - "version": "1.0.0", + "version": "1.0.1", "description": "a lite version of bunyan, a JSON logging library for node.js services without dtrace or moment", "author": "Jonatan Nilsson (https://nfp.is)", "main": "./lib/bunyan.js", @@ -22,8 +22,7 @@ "bunyan" ], "license": "MIT", - "dependencies": { - }, + "dependencies": {}, "// mv": "required for RotatingFileStream", "optionalDependencies": { "mv-lite": "~1",