cldrjs icon indicating copy to clipboard operation
cldrjs copied to clipboard

package.config: Licenses broken link

Open HeikoStudt opened this issue 2 years ago • 0 comments

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

HeikoStudt avatar May 26 '23 18:05 HeikoStudt