1
0
Fork 0

chore: add repository.directory property to package.json (#2372)

This commit is contained in:
루밀LuMir 2024-11-23 18:01:26 +09:00 committed by GitHub
parent 0f8b47bc12
commit b6fd7b6789
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -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.",

View file

@ -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.",

View file

@ -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.",