Skip to content

Commit

Permalink
Bumped v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Sep 5, 2016
1 parent 2361ca8 commit c100719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pino",
"version": "2.8.3",
"version": "2.9.0",
"description": "fast and simple logger",
"main": "pino.js",
"browser": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"log": "^1.4.0",
"loglevel": "^1.4.0",
"pre-commit": "^1.1.2",
"standard": "^7.0.0",
"tap": "^5.5.0",
"standard": "^8.0.0",
"tap": "^7.0.0",
"winston": "^2.1.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pino.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Pino.prototype.asJson = function asJson (obj, msg, num) {
}
var data = this._baseLog + lscache[num] + this.time()
// to catch both null and undefined
/*eslint-disable eqeqeq*/
/* eslint-disable eqeqeq */
if (msg != undefined) {
data += ',"msg":"' + fastRep(msg) + '"'
}
Expand Down

0 comments on commit c100719

Please sign in to comment.