We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc4825 commit fe40db4Copy full SHA for fe40db4
README.md
@@ -77,7 +77,7 @@ Feel free to check out the [live demo](https://react-autonumeric.8hob.io/demo).
77
## License
78
79
```text
80
-Copyright 2024 Hong Xu <hong@8hobbies.com>
+Copyright 2024 8 Hobbies, LLC <hong@8hobbies.com>
81
82
Licensed under the Apache License, Version 2.0(the "License");
83
you may not use files in this project except in compliance with the License.
package.json
@@ -27,6 +27,12 @@
27
"type": "git",
28
"url": "git+https://github.com/8hobbies/react-autonumeric.git"
29
},
30
+ "author": "8 Hobbies, LLC",
31
+ "license": "Apache-2.0",
32
+ "bugs": {
33
+ "url": "https://github.com/8hobbies/react-autonumeric/issues"
34
+ },
35
+ "homepage": "https://react-autonumeric.8hob.io",
36
"keywords": [
37
"react",
38
"autonumeric"
0 commit comments