From d3c8685146325ea54ca2dc2ac55ec2f31c0ed8a3 Mon Sep 17 00:00:00 2001 From: Sam Estrin Date: Mon, 30 Sep 2024 16:42:59 -0700 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b57123..9241268 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "advanced-console-log", "version": "0.0.2", - "description": "A customizable NPM logging module for Node.js applications, supporting console and file logging with various levels, colors, and additional features like memory usage and caller information.", + "description": "Advanced Console Log (ACL), available as the `advanced-console-log` NPM package, is a lightweight logging module for Node.js applications. It supports console and file logging with various levels, colors, and additional features such as memory usage tracking and caller information.", "main": "index.js", "directories": { "doc": "docs",