Skip to content

Commit a9e90a2

Browse files
avivkellerCopilot
andauthored
fix(id-token): explicitly set repository.url (#8104)
* fix(id-token): explicitly set repository.url * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh> * Update packages/i18n/package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh> * fixup! --------- Signed-off-by: Aviv Keller <me@aviv.sh> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ef86853 commit a9e90a2

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

packages/i18n/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
],
1111
".": "./src/index.mjs"
1212
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/nodejs/nodejs.org",
16+
"directory": "packages/i18n"
17+
},
1318
"main": "./src/index.mjs",
1419
"module": "./src/index.mjs",
1520
"scripts": {

packages/rehype-shiki/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
".": "./src/index.mjs",
66
"./*": "./src/*.mjs"
77
},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/nodejs/nodejs.org",
11+
"directory": "packages/rehype-shiki"
12+
},
813
"scripts": {
914
"lint": "node --run lint:js",
1015
"lint:fix": "node --run lint:js:fix",

packages/remark-lint/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
".": "./src/index.mjs",
77
"./api": "./src/api.mjs"
88
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/nodejs/nodejs.org",
12+
"directory": "packages/remark-lint"
13+
},
914
"scripts": {
1015
"lint": "node --run lint:js",
1116
"lint:fix": "node --run lint:js:fix",

packages/ui-components/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"./src/*/index.ts"
1111
]
1212
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/nodejs/nodejs.org",
16+
"directory": "packages/ui-components"
17+
},
1318
"scripts": {
1419
"compile:ts": "tsc",
1520
"compile:css": "postcss --dir dist --base src \"src/**/*.module.css\" src/styles/index.css",

0 commit comments

Comments
 (0)