From 12ce5b9fc2f71456f9faf731210c209d61af99bd Mon Sep 17 00:00:00 2001 From: BWM0223 Date: Sat, 13 Jun 2026 09:15:25 -0700 Subject: [PATCH] fix: add missing metadata fields to package.json --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 2f407d1..3382b8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,14 @@ { "name": "offchain-labs-config", "version": "1.0.0", + "homepage": "https://github.com/OffchainLabs/config-monorepo", + "repository": { + "type": "git", + "url": "https://github.com/OffchainLabs/config-monorepo.git" + }, + "bugs": { + "url": "https://github.com/OffchainLabs/config-monorepo/issues" + }, "private": true, "description": "Shareable Offchain labs eslint and prettier config", "main": "index.js",