Skip to content

chore: include README.md & CHANGELOG.md in published files #45

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

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

Piyush-Tilokani
Copy link
Contributor

@Piyush-Tilokani Piyush-Tilokani commented Aug 4, 2024

Closes #44

Type of change

Updated the files property in the package.json

Details

As asked in the issue, I had to make necessary changes into the files property of the package.json file

Before update

files property of package.json:-

"files": [
		"/dist",
		"/src",
		"!**/__tests__"
	],

After update

files property of package.json:-

"files": [
		"README.md",
		"CHANGELOG.md",
		"/dist",
		"/src",
		"!**/__tests__"
	],

@StyleShit please review this pull request and merge it to solve the issue #44

@StyleShit StyleShit changed the title Fix the "files" property in package.json chore: include README.md & CHANGELOG.md in published files Aug 4, 2024
Copy link
Owner

@StyleShit StyleShit left a comment

Choose a reason for hiding this comment

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

LGTM

Thank you!

@StyleShit StyleShit merged commit 6d0932e into StyleShit:main Aug 4, 2024
2 checks passed
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.

Publish also CHANGELOG.md to npm
2 participants