diff --git a/packages/i18n/package.json b/packages/i18n/package.json index ee8c742919d47..e99deeabdaf7f 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -10,6 +10,11 @@ ], ".": "./src/index.mjs" }, + "repository": { + "type": "git", + "url": "https://github.com/nodejs/nodejs.org", + "directory": "packages/i18n" + }, "main": "./src/index.mjs", "module": "./src/index.mjs", "scripts": { diff --git a/packages/rehype-shiki/package.json b/packages/rehype-shiki/package.json index 631308016f4de..62edd03c52ae2 100644 --- a/packages/rehype-shiki/package.json +++ b/packages/rehype-shiki/package.json @@ -5,6 +5,11 @@ ".": "./src/index.mjs", "./*": "./src/*.mjs" }, + "repository": { + "type": "git", + "url": "https://github.com/nodejs/nodejs.org", + "directory": "packages/rehype-shiki" + }, "scripts": { "lint": "node --run lint:js", "lint:fix": "node --run lint:js:fix", diff --git a/packages/remark-lint/package.json b/packages/remark-lint/package.json index 72753be7fce5e..a607b9e085217 100644 --- a/packages/remark-lint/package.json +++ b/packages/remark-lint/package.json @@ -6,6 +6,11 @@ ".": "./src/index.mjs", "./api": "./src/api.mjs" }, + "repository": { + "type": "git", + "url": "https://github.com/nodejs/nodejs.org", + "directory": "packages/remark-lint" + }, "scripts": { "lint": "node --run lint:js", "lint:fix": "node --run lint:js:fix", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 21eb5e99bcbe0..4267399460f16 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -10,6 +10,11 @@ "./src/*/index.ts" ] }, + "repository": { + "type": "git", + "url": "https://github.com/nodejs/nodejs.org", + "directory": "packages/ui-components" + }, "scripts": { "compile:ts": "tsc", "compile:css": "postcss --dir dist --base src \"src/**/*.module.css\" src/styles/index.css",