beautify-console-log
Advanced tools
Comparing version 1.2.7 to 1.2.8
{ | ||
"name": "beautify-console-log", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"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": "lib/index.js", | ||
"main": "dist/index.js", | ||
"types": "lib/index.d.ts", | ||
@@ -66,5 +66,6 @@ "unpkg": "dist/index.js", | ||
"dist/**/*", | ||
"src/**/*" | ||
"src/**/*", | ||
"lib/**/*" | ||
], | ||
"repository": "https://github.com/zancheng/beautify-console-log.git" | ||
} |
66992
17
723