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 .",