From 1dc50ef2985a03c315bbce44165cd271a4a6e2df Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Wed, 11 Sep 2024 14:50:15 +0100 Subject: [PATCH] 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. --- packages/as-sha256/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/as-sha256/package.json b/packages/as-sha256/package.json index f32e170b..239e9877 100644 --- a/packages/as-sha256/package.json +++ b/packages/as-sha256/package.json @@ -5,12 +5,12 @@ "author": "ChainSafe Systems", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/ChainSafe/as-sha256/issues" + "url": "https://github.com/ChainSafe/ssz/issues" }, - "homepage": "https://github.com/ChainSafe/as-sha256#readme", + "homepage": "https://github.com/ChainSafe/ssz/tree/master/packages/as-sha256/#readme", "repository": { "type": "git", - "url": "git+https://github.com/chainsafe/as-sha256.git" + "url": "git+https://github.com/chainsafe/ssz.git" }, "main": "lib/index.js", "typesVersions": {