Skip to content

Commit

Permalink
Upgrade. 主要版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
RavelloH authored Nov 25, 2023
1 parent 5777ad5 commit 14e6922
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "rlog-js",
"version": "0.1.0",
"description": "nodejs的log输出优化模块,支持有色输出、时间嵌入、日志流式写入等",
"version": "1.0.0",
"description": "A module for optimizing log output in node.js, supporting colored output, embedded timestamp, log streaming writing, type coloring, keyword coloring, and so on.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node ./test.js"
},
"repository": {
"type": "git",
Expand All @@ -13,7 +13,9 @@
"keywords": [
"log",
"output",
"logtail"
"logtail",
"beautify",
"Coloring"
],
"author": "RavelloH",
"license": "MIT",
Expand Down

0 comments on commit 14e6922

Please # to comment.