Skip to content

Commit fc79354

Browse files
committed
ci(lyra): fixes exports
1 parent 5f6d6f5 commit fc79354

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "@lyrasearch/lyra",
33
"version": "0.1.3",
44
"description": "",
5-
"main": "index.js",
5+
"main": "./dist/cjs/lyra.js",
6+
"module": "./dist/esm/lyra.js",
7+
"types": "./dist/esm/lyra.d.ts",
68
"files": ["dist"],
79
"bugs": {
810
"url": "https://github.com/lyrasearch/lyra"

0 commit comments

Comments
 (0)