MarcBoule / ImpromptuModular

Virtual Eurorack Modules for VCV Rack
Other
93 stars 10 forks source link

v2: Invalid plugin.json #44

Closed cschol closed 2 years ago

cschol commented 2 years ago
[ImpromptuModular] Validating plugin.json...FAILED
[ImpromptuModular] Issues found in `plugin.json`:

Invalid JSON format: Expecting property name enclosed in double quotes: line 22 column 3 (char 748)

Fix (remove comma and fix some weird tab/whitespace issue):

diff --git a/plugin.json b/plugin.json
index 917e388..ade50e2 100644
--- a/plugin.json
+++ b/plugin.json
@@ -18,8 +18,8 @@
                        "name": "AdaptiveQuantizer",
                        "description": "Adaptive reference based quantizer",
                        "manualUrl": "https://marcboule.github.io/ImpromptuModular/#adaptive-quantizer",
-                       "tags": ["Quantizer"],
-               },
+                       "tags": ["Quantizer"]
+        },
                {
                        "slug": "Big-Button-Seq",
                        "name": "BigButtonSeq",
(END)
MarcBoule commented 2 years ago

Sorry, should be fixed now :-)