Commit fe38d69
fix: correct main entry point from lib/index.js to src/index.js (#5)
The main field in package.json was pointing to a non-existent lib/index.js path.
This commit updates it to the actual source location at src/index.js.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent fcef6f6 commit fe38d69
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments