Skip to content

Commit 1cb7e4a

Browse files
committed
fixup!
1 parent fa4370d commit 1cb7e4a

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

packages/i18n/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/nodejs/nodejs.org"
15+
"url": "https://github.com/nodejs/nodejs.org",
16+
"directory": "packages/i18n"
1617
},
1718
"main": "./src/index.mjs",
1819
"module": "./src/index.mjs",

packages/rehype-shiki/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
},
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/nodejs/nodejs.org"
10+
"url": "https://github.com/nodejs/nodejs.org",
11+
"directory": "packages/rehype-shiki"
1112
},
1213
"scripts": {
1314
"lint": "node --run lint:js",

packages/remark-lint/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/nodejs/nodejs.org"
11+
"url": "https://github.com/nodejs/nodejs.org",
12+
"directory": "packages/remark-lint"
1213
},
1314
"scripts": {
1415
"lint": "node --run lint:js",

packages/ui-components/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/nodejs/nodejs.org"
15+
"url": "https://github.com/nodejs/nodejs.org",
16+
"directory": "packages/ui-components"
1617
},
1718
"scripts": {
1819
"compile:ts": "tsc",

0 commit comments

Comments
 (0)