Skip to content

Commit

Permalink
Bumped v0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Aug 23, 2017
1 parent 7443379 commit 48178a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pino-eventhub",
"version": "0.0.2",
"version": "0.1.0",
"description": "Pipe pino logs to Azure Event Hub",
"main": "pino-eventhub",
"bin": {
Expand All @@ -10,7 +10,7 @@
"lint": "standard --fix",
"start": "node start.js",
"test": "standard && lab -c -m 5000 --leaks",
"coveralls": "lab -c -m 5000 --leaks -t 90 -r lcov | coveralls"
"coveralls": "lab -c -m 5000 --leaks -t 90 -r lcov | coveralls"
},
"keywords": [
"pino",
Expand All @@ -28,7 +28,6 @@
"license": "MIT",
"dependencies": {
"base64-stream": "^0.1.3",
"crypto": "^0.0.3",
"debug": "^2.6.8",
"fast-json-parse": "^1.0.2",
"fs": "^0.0.1-security",
Expand Down

0 comments on commit 48178a5

Please sign in to comment.