Fix bug in package.json and release as 1.1.1
This commit is contained in:
parent
5937469265
commit
1090cdc21a
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "bunyan-lite",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "a lite version of bunyan, a JSON logging library for node.js services with zero dependency",
|
||||
"author": "Jonatan Nilsson <jonatan@nilsson.is> (https://nfp.is)",
|
||||
"main": "./lib/bunyan.js",
|
||||
"main": "./lib/bunyan.mjs",
|
||||
"bin": {
|
||||
"bunyan": "./bin/bunyan.mjs"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue