Skip to content

Commit

Permalink
0.1.1 adds keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Oct 23, 2013
1 parent b7ec0cc commit e3d016b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bunyan-format",
"version": "0.1.0",
"version": "0.1.1",
"description": "Writable stream that formats bunyan records that are piped into it.",
"main": "index.js",
"scripts": {
Expand All @@ -20,7 +20,16 @@
"tap": "~0.4.3",
"bunyan": "~0.22.0"
},
"keywords": [ "bunyan", "stream", "log", "logger", "format", "pretty", "color", "style" ],
"keywords": [
"bunyan",
"stream",
"log",
"logger",
"format",
"pretty",
"color",
"style"
],
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
Expand Down

0 comments on commit e3d016b

Please sign in to comment.