chore: add repository.directory property to package.json (#2372)
This commit is contained in:
parent
0f8b47bc12
commit
b6fd7b6789
3 changed files with 6 additions and 3 deletions
|
|
@ -6,7 +6,8 @@
|
|||
"homepage": "https://docsearch.algolia.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/algolia/docsearch.git"
|
||||
"url": "git+https://github.com/algolia/docsearch.git",
|
||||
"directory": "packages/docsearch-css"
|
||||
},
|
||||
"author": {
|
||||
"name": "Algolia, Inc.",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@
|
|||
"homepage": "https://docsearch.algolia.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/algolia/docsearch.git"
|
||||
"url": "git+https://github.com/algolia/docsearch.git",
|
||||
"directory": "packages/docsearch-js"
|
||||
},
|
||||
"author": {
|
||||
"name": "Algolia, Inc.",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@
|
|||
"homepage": "https://docsearch.algolia.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/algolia/docsearch.git"
|
||||
"url": "git+https://github.com/algolia/docsearch.git",
|
||||
"directory": "packages/docsearch-react"
|
||||
},
|
||||
"author": {
|
||||
"name": "Algolia, Inc.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue