Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add a package description
This description is shown e.g. when hovering with the mouse over the package name in VSCode.
  • Loading branch information
Felix authored Dec 24, 2022
commit 5bb5b3ffaa6aed66d07bb28a88515d1fecb59672
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down