astoilkov / use-local-storage-state

React hook that persists data in localStorage
MIT License
1.09k stars 39 forks source link

[Suggestion] Add github repo link to package.json #34

Closed snelsi closed 2 years ago

snelsi commented 2 years ago

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",
...
astoilkov commented 2 years ago

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