Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Bug: 'main' entry in the package.json file was pointing to the wrong file #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MS07062000
Copy link

The 'main' entry in the package.json file was pointing to the wrong file, 'lib/ocrSpaceApi.js', instead of the correct file 'lib/index.js'. This resulted in incorrect behavior when executing the package. This commit fixes the error by updating the 'main' field in the package.json file to correctly point to 'lib/ocrSpaceApi.js', which is the intended entry point file. Additionally, I verified that the 'lib' directory exists and contains the necessary 'index.js' file as the correct entry point for the package. This commit ensures that the package can be properly imported and executed with the correct entry point file specified in the 'main' field.

…the wrong file, 'lib/ocrSpaceApi.js', instead of the correct file 'lib/index.js'. This resulted in incorrect behavior when executing the package.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant