@atto/track-logs
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@atto/track-logs", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Trace console.logS in Node.js to know from which file they come from", | ||
"repository": "github:brillout/track-logs" | ||
} |
@@ -7,2 +7,2 @@ ### `@atto/track-logs` | ||
Install with `npm i -g @atto/track-logs`. | ||
Install with `npm i --no-save @atto/track-logs`. |
1197