From 5ab99a12eaadd357d1aaf98444c0d2b020daef45 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 14 Mar 2025 17:24:24 +0100 Subject: [PATCH] add `"repository"` to `package.json` --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 610a501f..3563eee8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,9 @@ { "name": "@node-core/api-docs-tooling", + "repository": { + "type": "git", + "url": "git+https://github.com/nodejs/api-docs-tooling.git" + }, "scripts": { "lint": "eslint .", "lint:fix": "eslint --fix .",