Skip to content

Commit

Permalink
upgrade y18n package
Browse files Browse the repository at this point in the history
  • Loading branch information
dstokes committed Apr 6, 2021
1 parent 20b0dec commit 0cae68e
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 7 deletions.
263 changes: 258 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "logrotate-stream",
"version": "0.2.7",
"version": "0.2.8",
"description": "Pipe log data to a stream, fuggetabout rotation",
"main": "index.js",
"bin": "./bin/logrotate-stream",
"bin": {
"logrotate-stream": "bin/logrotate-stream"
},
"scripts": {
"test": "node test/logrotate-stream.js"
},
Expand Down

0 comments on commit 0cae68e

Please sign in to comment.