You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments