From c427c541cf933952ac07338f82f24c55d81d6330 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Wed, 17 Jan 2024 11:25:06 -0800 Subject: [PATCH] misc(lighthouse-logger): add repo to package.json (#15768) --- lighthouse-logger/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lighthouse-logger/package.json b/lighthouse-logger/package.json index ea907eae1c3d..69f95b792c37 100644 --- a/lighthouse-logger/package.json +++ b/lighthouse-logger/package.json @@ -4,6 +4,7 @@ "version": "2.0.1", "license": "Apache-2.0", "main": "./index.js", + "repository": "GoogleChrome/lighthouse", "scripts": { "prepack": "yarn build-types", "build-types": "npx tsc index.js --allowJs --emitDeclarationOnly --declaration"