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

Commit 613081e

Browse files
authored
Merge pull request #5964 from trufflesuite/fix/listing
2 parents cd1bf4e + 6a28ab9 commit 613081e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/dashboard-hardhat-plugin/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"name": "@truffle/dashboard-hardhat-plugin",
33
"version": "0.1.0",
44
"description": "Truffle Dashboard for Hardhat plugin",
5-
"repository": "github:trufflesuite/dashboard-hardhat-plugin",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/trufflesuite/truffle.git",
8+
"directory": "packages/dashboard-hardhat-plugin"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/trufflesuite/truffle/issues"
12+
},
613
"author": "ConsenSys Software Inc",
714
"license": "MIT",
815
"main": "dist/src/index.js",
@@ -25,6 +32,7 @@
2532
"files": [
2633
"dist/src/",
2734
"src/",
35+
"assets/",
2836
"LICENSE",
2937
"README.md"
3038
],

0 commit comments

Comments
 (0)