jsonfixerdev 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # jsonfixer
1
+ # jsonfixerdev
2
2
 
3
3
  Repair invalid JSON documents by fixing common syntax issues.
4
4
 
@@ -50,7 +50,7 @@ pipeline(inputStream, jsonfixerTransform(), outputStream, (err) => {
50
50
 
51
51
  ## What it fixes
52
52
 
53
- jsonfixer can repair issues such as:
53
+ jsonfixerdev can repair issues such as:
54
54
  - Missing quotes around keys
55
55
  - Missing commas or closing brackets
56
56
  - Single quotes instead of double quotes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsonfixerdev",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Repair broken JSON documents",
5
5
  "homepage": "https://jsonfixer.dev",
6
6
  "type": "module",