Skip to content

Commit 8015cc2

Browse files
committed
bump logger version
1 parent a4a449c commit 8015cc2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

middleware.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const createLogger = require('./logger');
21
const BuffLog = require('bufflog');
32
const onFinished = require('on-finished');
43
const { getRequestDataToLog } = require('./lib/utils');
@@ -52,7 +51,6 @@ module.exports = function middleware(options) {
5251
} else {
5352
BuffLog.info(msg, info);
5453
}
55-
5654
});
5755

5856
next();

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bufferapp/logger",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"description": "Logging for Buffer.com's node applications",
55
"main": "logger.js",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"eslint-plugin-jsx-a11y": "^1.2.3",
3535
"eslint-plugin-react": "^5.1.1",
3636
"istanbul": "^0.4.3",
37-
"mocha": "^2.5.3",
37+
"mocha": "^7.1.0",
3838
"msgpack-lite": "^0.1.26"
3939
}
4040
}

0 commit comments

Comments
 (0)