From 0f1aa0e3c30cffa6d96e111da27d3ea4f827f80f Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Fri, 14 Sep 2018 16:42:34 -0300 Subject: [PATCH] package: update description to match GitHub PR-URL: https://github.com/nodejs/llnode/pull/231 Reviewed-By: Colin Ihrig Reviewed-By: Joyee Cheung --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f23866c..85bfcf46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "llnode", "version": "1.7.1", - "description": "Node.js plugin for LLDB", + "description": "An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.", "main": "index.js", "directories": { "test": "test"