bestjsonformatter 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/bestjsonformatter)](https://www.npmjs.com/package/bestjsonformatter)
4
4
  [![CI](https://github.com/skrcode/bestjsonformatter-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/skrcode/bestjsonformatter-cli/actions/workflows/ci.yml)
5
- [![skills.sh](https://skills.sh/b/skrcode/bestjsonformatter-cli)](https://skills.sh/skrcode/bestjsonformatter-cli)
5
+ [![skills.sh](https://skills.sh/b/skrcode/bestjsonformatter-cli)](https://skills.sh/skrcode/bestjsonformatter-cli/best-json-formatter)
6
6
 
7
7
  Fast, local JSON formatting and correctness checks without lossy
8
8
  `JSON.parse()`/`JSON.stringify()` round trips.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bestjsonformatter",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Fast, local, lossless JSON formatting and correctness checks for developers, CI, and coding agents.",
5
5
  "type": "module",
6
6
  "bin": {