Skip to content

Commit 29a6d9b

Browse files
committed
fix: use ESM output as main entry for Bun/OpenCode compatibility
1 parent 6ba6c89 commit 29a6d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "opencode-codebase-index",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Semantic codebase indexing and search for OpenCode - find code by meaning, not just keywords",
55
"type": "module",
6-
"main": "dist/index.cjs",
6+
"main": "dist/index.js",
77
"module": "dist/index.js",
88
"exports": {
99
".": {

0 commit comments

Comments
 (0)