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 5f6d6f5 commit fc79354Copy full SHA for fc79354
package.json
@@ -2,7 +2,9 @@
2
"name": "@lyrasearch/lyra",
3
"version": "0.1.3",
4
"description": "",
5
- "main": "index.js",
+ "main": "./dist/cjs/lyra.js",
6
+ "module": "./dist/esm/lyra.js",
7
+ "types": "./dist/esm/lyra.d.ts",
8
"files": ["dist"],
9
"bugs": {
10
"url": "https://github.com/lyrasearch/lyra"
0 commit comments