ava-tap-json
Advanced tools
Comparing version 2.0.3 to 2.0.4
# Ava TAP JSON | ||
## 2.0.4 | ||
The binary name was fixed | ||
## 2.0.1 | ||
@@ -4,0 +7,0 @@ AVA 2.3.0 is printing logs starting with `#` instead of `*`, we included this new character in our parser and created an [issue](https://github.com/vadimdemedes/supertap/issues/3) to remove * from https://github.com/vadimdemedes/supertap |
{ | ||
"name": "ava-tap-json", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "JSON TAP output formatter for AVA", | ||
"main": "index.js", | ||
"bin": { | ||
"tap-json": "bin/tap-json" | ||
"ava-tap-json": "bin/ava-tap-json" | ||
}, | ||
@@ -9,0 +9,0 @@ "scripts": { |
5727