Closed snelsi closed 2 years ago
VS Code has nice integreation with homepage prop defined in package.json.
homepage
package.json
If homepage link is defined in package.json, it will show it on hover:
But sadly, this repo doesn't have a homepage link:
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.
VS Code has nice integreation with
homepage
prop defined inpackage.json
.If
homepage
link is defined inpackage.json
, it will show it on hover:But sadly, this repo doesn't have a homepage link:
How about we add this info? The following code should do the trick: