Skip to content

Commit b6fd7b6

Browse files
authored
chore: add repository.directory property to package.json (#2372)
1 parent 0f8b47b commit b6fd7b6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/docsearch-css/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/algolia/docsearch.git"
9+
"url": "git+https://github.com/algolia/docsearch.git",
10+
"directory": "packages/docsearch-css"
1011
},
1112
"author": {
1213
"name": "Algolia, Inc.",

packages/docsearch-js/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/algolia/docsearch.git"
9+
"url": "git+https://github.com/algolia/docsearch.git",
10+
"directory": "packages/docsearch-js"
1011
},
1112
"author": {
1213
"name": "Algolia, Inc.",

packages/docsearch-react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/algolia/docsearch.git"
9+
"url": "git+https://github.com/algolia/docsearch.git",
10+
"directory": "packages/docsearch-react"
1011
},
1112
"author": {
1213
"name": "Algolia, Inc.",

0 commit comments

Comments
 (0)