cldrjs
cldrjs copied to clipboard
package.config: Licenses broken link
Currently, the link in the licenses part of the package.json is broken.
IMHO, it should be https://github.com/rxaviers/cldrjs/blob/master/LICENSE instead of https://github.com/rxaviers/cldrjs/blob/master/LICENSE-MIT.
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rxaviers/cldrjs/blob/master/LICENSE"
}
],
Thanks a lot