Skip to content

Commit cf96ffe

Browse files
committed
chore(fork): normalize public package contributors
1 parent 1388c49 commit cf96ffe

4 files changed

Lines changed: 40 additions & 16 deletions

File tree

packages/docsearch-core/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@
1010
"url": "git+https://github.com/typesense/typesense-docsearch.js.git",
1111
"directory": "packages/docsearch-core"
1212
},
13-
"author": {
14-
"name": "Algolia, Inc.",
15-
"url": "https://www.algolia.com"
16-
},
13+
"contributors": [
14+
{
15+
"name": "Algolia, Inc.",
16+
"url": "https://www.algolia.com"
17+
},
18+
{
19+
"name": "Typesense, Inc.",
20+
"url": "https://typesense.org"
21+
}
22+
],
1723
"sideEffects": false,
1824
"files": [
1925
"dist/",

packages/docsearch-modal/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@
99
"url": "git+https://github.com/typesense/typesense-docsearch.js.git",
1010
"directory": "packages/docsearch-modal"
1111
},
12-
"author": {
13-
"name": "Algolia, Inc.",
14-
"url": "https://www.algolia.com"
15-
},
12+
"contributors": [
13+
{
14+
"name": "Algolia, Inc.",
15+
"url": "https://www.algolia.com"
16+
},
17+
{
18+
"name": "Typesense, Inc.",
19+
"url": "https://typesense.org"
20+
}
21+
],
1622
"sideEffects": false,
1723
"files": [
1824
"dist/",

packages/docsearch-sidepanel-js/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@
99
"url": "git+https://github.com/typesense/typesense-docsearch.js.git",
1010
"directory": "packages/docsearch-sidepanel-js"
1111
},
12-
"author": {
13-
"name": "Algolia, Inc.",
14-
"url": "https://www.algolia.com"
15-
},
12+
"contributors": [
13+
{
14+
"name": "Algolia, Inc.",
15+
"url": "https://www.algolia.com"
16+
},
17+
{
18+
"name": "Typesense, Inc.",
19+
"url": "https://typesense.org"
20+
}
21+
],
1622
"publishConfig": {
1723
"access": "public"
1824
},

packages/docsearch-sidepanel/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@
99
"url": "git+https://github.com/typesense/typesense-docsearch.js.git",
1010
"directory": "packages/docsearch-sidepanel"
1111
},
12-
"author": {
13-
"name": "Algolia, Inc.",
14-
"url": "https://www.algolia.com"
15-
},
12+
"contributors": [
13+
{
14+
"name": "Algolia, Inc.",
15+
"url": "https://www.algolia.com"
16+
},
17+
{
18+
"name": "Typesense, Inc.",
19+
"url": "https://typesense.org"
20+
}
21+
],
1622
"publishConfig": {
1723
"access": "public"
1824
},

0 commit comments

Comments
 (0)