We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a661b12 commit 5f08ab7Copy full SHA for 5f08ab7
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "@meilisearch/instant-meilisearch",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
+ "private": false,
5
"description": "The search client to use MeiliSearch with InstantSearch.",
6
"scripts": {
7
"test": "jest",
@@ -12,13 +13,17 @@
12
13
"module": "./dist/instant-meilisearch.esm.js",
14
"browser": "./dist/instant-meilisearch.umd.js",
15
"cjs": "./dist/instant-meilisearch.cjs.js",
16
+ "files": [
17
+ "dist",
18
+ "src"
19
+ ],
20
"keywords": [
21
"search",
22
"instantsearch",
23
"client"
24
],
25
"author": "Clementine Urquizar",
- "license": "ISC",
26
+ "license": "MIT",
27
"dependencies": {
28
"meilisearch": "^0.11.3"
29
},
0 commit comments