Skip to content

Commit 157daf8

Browse files
committed
build: specify package directories in GitHub repository URLs
1 parent a4e1b69 commit 157daf8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/markdown-it-headers/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"homepage": "https://github.com/ZeroOneJs/markdown-design/tree/main/packages/markdown-it-headers#readme",
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/ZeroOneJs/markdown-design.git"
22+
"url": "https://github.com/ZeroOneJs/markdown-design.git",
23+
"directory": "packages/markdown-it-headers"
2324
},
2425
"bugs": "https://github.com/ZeroOneJs/markdown-design/issues",
2526
"author": "Zero",

packages/markdown-it-sanitize/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"homepage": "https://github.com/ZeroOneJs/markdown-design/tree/main/packages/markdown-it-sanitize#readme",
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/ZeroOneJs/markdown-design.git"
22+
"url": "https://github.com/ZeroOneJs/markdown-design.git",
23+
"directory": "packages/markdown-it-sanitize"
2324
},
2425
"bugs": "https://github.com/ZeroOneJs/markdown-design/issues",
2526
"author": "Zero",

0 commit comments

Comments
 (0)