Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Fix @truffle/dashboard-hardhat-plugin's package.json #5964

Merged
merged 2 commits into from
Mar 10, 2023
Merged
Changes from all commits
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
10 changes: 9 additions & 1 deletion packages/dashboard-hardhat-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"name": "@truffle/dashboard-hardhat-plugin",
"version": "0.1.0",
"description": "Truffle Dashboard for Hardhat plugin",
"repository": "github:trufflesuite/dashboard-hardhat-plugin",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh gosh! Nice catch.

"repository": {
"type": "git",
"url": "https://github.com/trufflesuite/truffle.git",
"directory": "packages/dashboard-hardhat-plugin"
},
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"author": "ConsenSys Software Inc",
"license": "MIT",
"main": "dist/src/index.js",
Expand All @@ -25,6 +32,7 @@
"files": [
"dist/src/",
"src/",
"assets/",
"LICENSE",
"README.md"
],
Expand Down