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:
Gabriele Prestifilippo
2020-05-16 00:36:48 +02:00
committed by GitHub
parent 8dba6691d0
commit 6ed5c2243f

View File

@@ -14,6 +14,7 @@
"index.js",
"cjs/"
],
"license": "MIT",
"dependencies": {
"object-assign": "^4.1.1"
},