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 5144192 commit a32fd52Copy full SHA for a32fd52
clients/algoliasearch-client-javascript/packages/algoliasearch/package.json
@@ -5,13 +5,6 @@
5
"repository": "algolia/algoliasearch-client-javascript",
6
"license": "MIT",
7
"author": "Algolia",
8
- "files": [
9
- "dist",
10
- "builds",
11
- "lite",
12
- "index.js",
13
- "index.d.ts"
14
- ],
15
"exports": {
16
".": {
17
"node": {
@@ -49,6 +42,13 @@
49
42
"./lite/index.js": "./dist/lite/lite.umd.js"
50
43
},
51
44
"types": "./index.d.ts",
45
+ "files": [
46
+ "dist",
47
+ "builds",
48
+ "lite",
+ "index.js",
+ "index.d.ts"
+ ],
52
"scripts": {
53
"clean": "rm -rf ./dist",
54
"test": "jest"
0 commit comments