Skip to content

Commit b743d25

Browse files
Merge #1147
1147: Make autocomplete public on npm r=bidoubiwa a=bidoubiwa the autocomplete-client was added to npm as a private package, making it impossible to access without the writes on the package. Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents cc9084c + 94f9a9f commit b743d25

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/autocomplete-client/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.2.1",
44
"private": false,
55
"description": "The search client to use Meilisearch with autocomplete.js.",
6+
"homepage": "https://github.com/meilisearch/instant-meilisearch/tree/main/packages/autocomplete-client",
7+
"publishConfig": {
8+
"access": "public"
9+
},
610
"scripts": {
711
"clear_jest": "jest --clearCache",
812
"cleanup": "shx rm -rf dist/",
@@ -45,9 +49,6 @@
4549
"dependencies": {
4650
"@meilisearch/instant-meilisearch": "*"
4751
},
48-
"peerDependencies": {
49-
"@algolia/autocomplete-js": "^1.7.4"
50-
},
5152
"devDependencies": {
5253
"@algolia/autocomplete-js": "^1.7.4",
5354
"@babel/cli": "^7.19.3",

0 commit comments

Comments
 (0)