logdna-winston
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -0,1 +1,5 @@ | ||
# 2020-12-16, Version 3.0.3 (Stable) | ||
* [[c5123aa947](https://github.com/logdna/logdna-winston/commit/c5123aa947)] - fix(ci): Expose linter results in the junit output (Darin Spivey) | ||
# 2020-10-28, Version 3.0.2 (Stable) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "logdna-winston", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "LogDNA's Node.js logging module with support for Winston", | ||
@@ -8,4 +8,3 @@ "main": "index.js", | ||
"lint": "eslint .", | ||
"pretest": "npm run lint", | ||
"test": "tap" | ||
"test": "tools/test.sh" | ||
}, | ||
@@ -44,2 +43,3 @@ "repository": { | ||
"tap": "^14.10.8", | ||
"tap-xunit": "^2.4.1", | ||
"winston": "^3.3.3" | ||
@@ -81,4 +81,4 @@ }, | ||
], | ||
"output-file": ".tap-output" | ||
"output-file": "coverage/.tap-output" | ||
} | ||
} |
13815
6