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

chore(package): fix repository url; add homepage and bugs urls #1711

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

Fdawgs
Copy link
Contributor

@Fdawgs Fdawgs commented Nov 18, 2024

What this does:

The repository URL and bin value was fixed by simply running npm pkg fix, which is what npm publish does prior to publishing.

The addition of the homepage property allows for the URL to the repo to be correctly displayed when hovered over in VS Code when using a proxy registry like in Azure DevOps:

image

Compared to something like eslint-plugin-regexp, which does have the homepage set:

image

The bugs property was also added to allow for npm bugs to work.

Related issues:

N/A
Pre/Post merge checklist:

  • Update change log

@dhensby
Copy link
Collaborator

dhensby commented Nov 18, 2024

Thanks for this!

@dhensby dhensby merged commit e259796 into tediousjs:master Nov 18, 2024
45 checks passed
@Fdawgs Fdawgs deleted the chore/package branch November 18, 2024 14:24
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