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: issues in package.json #8

Merged
merged 2 commits into from
Mar 5, 2025
Merged

fix: issues in package.json #8

merged 2 commits into from
Mar 5, 2025

Conversation

bilalshareef
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Mar 5, 2025

No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged

@bilalshareef bilalshareef marked this pull request as ready for review March 5, 2025 13:39
@bilalshareef bilalshareef requested a review from simoneb March 5, 2025 13:39
package.json Outdated
@@ -8,6 +8,9 @@
"import": "./dist/esm/index.js",
"default": "./dist/esm/index.js"
},
"files": [
"dist/*"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be enough to specify either just the dir name or the dir name suffixed with forward slash. try with npm pack locally perhaps before committing the change

Suggested change
"dist/*"
"dist"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. Directory name just seem to be enough. Just tested it locally and have updated the PR.

@bilalshareef bilalshareef requested a review from simoneb March 5, 2025 14:11
@bilalshareef bilalshareef merged commit 5063cb5 into master Mar 5, 2025
2 of 3 checks passed
@bilalshareef bilalshareef deleted the error-fix branch March 5, 2025 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants