1.0.1
This commit is contained in:
parent
a119d46dab
commit
1260b89e48
1 changed files with 2 additions and 3 deletions
|
@ -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 <jonatan@nilsson.is> (https://nfp.is)",
|
||||
"main": "./lib/bunyan.js",
|
||||
|
@ -22,8 +22,7 @@
|
|||
"bunyan"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
},
|
||||
"dependencies": {},
|
||||
"// mv": "required for RotatingFileStream",
|
||||
"optionalDependencies": {
|
||||
"mv-lite": "~1",
|
||||
|
|
Loading…
Reference in a new issue