astoilkov/use-local-storage-state

[Suggestion] Add github repo link to package.json

snelsi opened this issue · 1 comments

VS Code has nice integreation with homepage prop defined in package.json.

If homepage link is defined in package.json, it will show it on hover:

Снимок экрана 2021-12-12 в 21 27 53

But sadly, this repo doesn't have a homepage link:

Снимок экрана 2021-12-12 в 21 28 06

How about we add this info?
The following code should do the trick:

...
"homepage": "https://github.com/astoilkov/use-local-storage-state",
...

Thanks for the pull request. I am closing this issue.