master
Jonatan Nilsson 2018-07-23 06:01:42 +00:00
parent a119d46dab
commit 1260b89e48
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "bunyan-lite", "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", "description": "a lite version of bunyan, a JSON logging library for node.js services without dtrace or moment",
"author": "Jonatan Nilsson <jonatan@nilsson.is> (https://nfp.is)", "author": "Jonatan Nilsson <jonatan@nilsson.is> (https://nfp.is)",
"main": "./lib/bunyan.js", "main": "./lib/bunyan.js",
@ -22,8 +22,7 @@
"bunyan" "bunyan"
], ],
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {},
},
"// mv": "required for RotatingFileStream", "// mv": "required for RotatingFileStream",
"optionalDependencies": { "optionalDependencies": {
"mv-lite": "~1", "mv-lite": "~1",