Mirror: React hooks for accessible, common web interactions. UI super powers without the UI.

Update license and contact links

Changed files
+5 -3
+2 -1
LICENSE
···
MIT License
-
Copyright (c) 2021 Formidable
+
Copyright (c) 2021 Formidable,
+
Copyright (c) 2022 Phil Pluckthun <phil@kitten.sh>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+3 -2
package.json
···
"react",
"hook"
],
-
"repository": "https://github.com/FormidableLabs/use-interactions",
+
"author": "Phil Pluckthun <phil@kitten.sh>",
+
"repository": "https://github.com/kitten/use-interactions",
"bugs": {
-
"url": "https://github.com/FormidableLabs/use-interactions/issues"
+
"url": "https://github.com/kitten/use-interactions/issues"
},
"scripts": {
"check": "tsc",