From 5bb5b3ffaa6aed66d07bb28a88515d1fecb59672 Mon Sep 17 00:00:00 2001 From: Felix <106395723+ilovehackathons@users.noreply.github.com> Date: Sat, 24 Dec 2022 13:36:37 +0100 Subject: [PATCH] Add a package description This description is shown e.g. when hovering with the mouse over the package name in VSCode. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef565c1f..6f7baba4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "solidity-coverage", "version": "0.8.1", - "description": "", + "description": "Code coverage for Solidity testing", "main": "plugins/nomiclabs.plugin.js", "bin": { "solidity-coverage": "./plugins/bin.js"