Incorrect repository URL in package.json
Closed this issue · 1 comments
devklick commented
The URL you have listed in your package.json points to the wrong repository. It points to https://github.com/iiroj/iiro.fi instead of https://github.com/iiroj/use-breakpoint. This is confusing when navigating from NPM, because the repository links takes the user to different code, rather than the code for the package.
Going by the NPM package.json schema, the purpose of the repository property is to:
Specify the place where your code lives
iiroj commented
Oops, I have copy-pasted some of the package.json config incorrectly from my other repo; thanks will fix!