beautify-console-log
Advanced tools
Comparing version 1.2.8 to 1.2.9
{ | ||
"name": "beautify-console-log", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "This is a further beautification and encapsulation of the 'console' object, including console. log, console. info, console. warn, and console. error. It can display the number of rows where the log is printed.", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
], | ||
"main": "dist/index.js", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
@@ -30,0 +30,0 @@ "unpkg": "dist/index.js", |
66991