Skip to content

Commit 1dc50ef

Browse files
authored
fix: add homepage/repo etc to as-sha256 package.json (#401)
The [npm page](https://www.npmjs.com/package/@chainsafe/as-sha256) for this module has links to a long-archived repo so update the bugs/issues/etc links in the manifest to give a bit of traceability.
1 parent 8dd6600 commit 1dc50ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/as-sha256/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
77
"bugs": {
8-
"url": "https://github.com/ChainSafe/as-sha256/issues"
8+
"url": "https://github.com/ChainSafe/ssz/issues"
99
},
10-
"homepage": "https://github.com/ChainSafe/as-sha256#readme",
10+
"homepage": "https://github.com/ChainSafe/ssz/tree/master/packages/as-sha256/#readme",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/chainsafe/as-sha256.git"
13+
"url": "git+https://github.com/chainsafe/ssz.git"
1414
},
1515
"main": "lib/index.js",
1616
"typesVersions": {

0 commit comments

Comments
 (0)