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

fix: Include 'bin' directory in files field in package.json #48

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

mitsuki31
Copy link
Owner

Changes Made

  • Add 'bin' directory to the 'files' field in package.json to ensure it is included in the published package.
  • Fixes an issue in the previous release where the 'bin' directory was missing, leading to problems with command execution.

Apologies for any inconvenience caused by this oversight. This fix ensures the necessary binaries are properly packaged and available for use.

@mitsuki31 mitsuki31 added the bugfix Fixes any issue and bug label Sep 8, 2024
@mitsuki31 mitsuki31 self-assigned this Sep 8, 2024
@mitsuki31 mitsuki31 added chore Maintenance updates to improve project maintainability patch Patch changes labels Sep 8, 2024
@mitsuki31 mitsuki31 changed the title fix: Include 'bin' directory in 'files' field in package.json fix: Include 'bin' directory in files field in package.json Sep 8, 2024
@mitsuki31 mitsuki31 merged commit 9427cbf into master Sep 8, 2024
18 checks passed
@mitsuki31 mitsuki31 deleted the fix/include-bin-directory branch September 8, 2024 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes any issue and bug chore Maintenance updates to improve project maintainability patch Patch changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant