From d01ea1c740f0ac01c6097f480d87ea80a193750e Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Sun, 22 Jul 2018 11:44:26 +0000 Subject: [PATCH] 1.0.0 --- package.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1a87a0a..cab1999 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,27 @@ { "name": "bunyan-lite", - "version": "2.0.2", + "version": "1.0.0", "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", "bin": { "bunyan": "./bin/bunyan" }, - "repository": { "type": "git", "url": "git://github.com/trentm/node-bunyan.git" }, - "engines": ["node >=0.10.0"], - "keywords": ["log", "logging", "log4j", "json", "bunyan"], + "engines": [ + "node >=0.10.0" + ], + "keywords": [ + "log", + "logging", + "log4j", + "json", + "bunyan" + ], "license": "MIT", - "dependencies": { "exeunt": "1.1.0" }, @@ -31,7 +37,6 @@ "verror": "1.3.3", "vasync": "1.4.3" }, - "scripts": { "test": "make test" }