Comparing version 0.4.1 to 0.5.0
{ | ||
"name": "logel", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "Externally controlled logging subsystem", | ||
@@ -9,3 +9,3 @@ "bin": { | ||
"scripts": { | ||
"test": "ava" | ||
"test": "c8 ava" | ||
}, | ||
@@ -22,3 +22,4 @@ "files": [ | ||
"devDependencies": { | ||
"ava": "^3.5.0" | ||
"ava": "^3.5.0", | ||
"c8": "^7.7.3" | ||
}, | ||
@@ -25,0 +26,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
27003
2