Compare commits

...

2 Commits

Author SHA1 Message Date
Anne Harper a5605431df go back to 7.4.0 2018-06-03 15:28:38 +02:00
Anne Harper 7868c1059b typo: it's 7.4.0.2 2018-06-03 14:01:45 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"engines": { "engines": {
"node": ">=6.9.5" "node": ">=6.9.5"
}, },
"version": "7.4.0.1", "version": "7.4.0",
"description": "An efficient raw JSON logging library aimed at micro-services architectures.", "description": "An efficient raw JSON logging library aimed at micro-services architectures.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -46,4 +46,4 @@
"mdlint": "^0.1.0", "mdlint": "^0.1.0",
"mocha": "^3.2.0" "mocha": "^3.2.0"
} }
} }