Skip to content

Commit

Permalink
Add MIT license to use-subscription package (#18927)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
GabrielePrestifilippo committed May 15, 2020
1 parent 8dba669 commit 6ed5c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/use-subscription/package.json
Expand Up @@ -14,6 +14,7 @@
"index.js",
"cjs/"
],
"license": "MIT",
"dependencies": {
"object-assign": "^4.1.1"
},
Expand Down

0 comments on commit 6ed5c22

Please sign in to comment.