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 f29dfa7 commit f598e77Copy full SHA for f598e77
templates/javascript/clients/package.mustache
@@ -41,7 +41,7 @@
41
"default": "./dist/builds/browser.umd.js"
42
}
43
},
44
- "./src/*": "./src/*.ts"
+ "./dist/builds/*": "./dist/builds/*.js"
45
46
"jsdelivr": "./dist/builds/browser.umd.js",
47
"unpkg": "./dist/builds/browser.umd.js",
@@ -101,7 +101,9 @@
101
"import": "./dist/lite/builds/browser.js",
102
"default": "./dist/lite/builds/browser.umd.js"
103
104
- }
+ },
105
+ "./dist/*": "./dist/*.js",
106
+ "./dist/lite/builds/*": "./dist/lite/builds/*.js"
107
108
"jsdelivr": "./dist/algoliasearch.umd.js",
109
"unpkg": "./dist/algoliasearch.umd.js",
0 commit comments