mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Add MIT license to use-subscription package (#18927)
This package is missing the license attribute (or a license file). Being a sub-package of React, it should get the same license, however, none was specified. A scan with `license_checker` would recognize this as `UNKNOWN`.
This commit is contained in:
committed by
GitHub
parent
8dba6691d0
commit
6ed5c2243f
@@ -14,6 +14,7 @@
|
||||
"index.js",
|
||||
"cjs/"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"object-assign": "^4.1.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user