jaywcjlove / hotkeys-js

➷ A robust Javascript library for capturing keyboard input. It has no dependencies.
https://jaywcjlove.github.io/hotkeys-js
MIT License
6.61k stars 406 forks source link

Fix url to the project homepage in package.json #437

Closed tagliala closed 1 year ago

tagliala commented 1 year ago

The old unsecure URL returned a 404. This commit fixes the project homepage by pointing to the correct URL, taken from GitHub

[ci skip]


Use case: this url is visible and clickable when in example you run yarn outdated in the console

$ yarn outdated
yarn outdated v1.22.19
Package                                  Current Wanted Latest  Package Type    URL                                                           
hotkeys-js                               3.10.4  3.11.0 3.11.0  dependencies    http://jaywcjlove.github.io/hotkeys                           
✨  Done in 6.51s.