Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2: Invalid plugin.json #44

Closed
cschol opened this issue Nov 28, 2021 · 1 comment
Closed

v2: Invalid plugin.json #44

cschol opened this issue Nov 28, 2021 · 1 comment

Comments

@cschol
Copy link

cschol commented Nov 28, 2021

[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
Copy link
Owner

Sorry, should be fixed now :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants