is-language-code 5.2.1 → 5.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,6 +22,8 @@
22
22
  <a href="https://codsen.com/os/is-language-code/play"><img src="https://img.shields.io/badge/playground-here-brightgreen?style=flat-square" alt="playground"></a>
23
23
  </p>
24
24
 
25
+ **No dependencies whatsoever.** This package declares no dependencies or devDependencies.
26
+
25
27
  ## Install
26
28
 
27
29
  This package is [pure ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). If you're not ready yet, install an older version of this program, 3.1.0 (`npm i is-language-code@3.1.0`).
@@ -46,7 +48,7 @@ assert.deepEqual(isLangCode("sr-Latn"), {
46
48
 
47
49
  ## Documentation
48
50
 
49
- Please [visit codsen.com](https://codsen.com/os/is-language-code/) for a full description of the API. If you’re looking for the **Changelog**, it’s [here](https://github.com/codsen/codsen/blob/main/packages/is-language-code/CHANGELOG.md). Also, try the [GUI playground](https://codsen.com/os/is-language-code/play).
51
+ Please [visit codsen.com](https://codsen.com/os/is-language-code/) for a full description of the API. For **Changelog**, see [raw md on GitHub](https://github.com/codsen/codsen/blob/main/packages/is-language-code/CHANGELOG.md) or [the website](https://codsen.com/os/is-language-code/changelog). Also, try the [GUI playground](https://codsen.com/os/is-language-code/play).
50
52
 
51
53
  ## Contributing
52
54