Browse Source

Remove trailing comma in JSON

pull/408/head
Andrew Belt 7 years ago
parent
commit
c2666398d2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      manifests/Qwelk.json
  2. +1
    -1
      manifests/mscHack.json

+ 1
- 1
manifests/Qwelk.json View File

@@ -3,5 +3,5 @@
"author": "raincheque (Parsa Jamshidi)", "author": "raincheque (Parsa Jamshidi)",
"licese": "MIT", "licese": "MIT",
"manualUrl": "https://github.com/raincheque/qwelk/blob/master/README.md", "manualUrl": "https://github.com/raincheque/qwelk/blob/master/README.md",
"sourceUrl": "https://github.com/raincheque/qwelk",
"sourceUrl": "https://github.com/raincheque/qwelk"
} }

+ 1
- 1
manifests/mscHack.json View File

@@ -3,5 +3,5 @@
"author": "Mark Schack", "author": "Mark Schack",
"license": "MIT", "license": "MIT",
"manualUrl": "https://github.com/mschack/VCV-Rack-Plugins/blob/master/README.md#demo-vids", "manualUrl": "https://github.com/mschack/VCV-Rack-Plugins/blob/master/README.md#demo-vids",
"sourceUrl": "https://github.com/mschack/VCV-Rack-Plugins",
"sourceUrl": "https://github.com/mschack/VCV-Rack-Plugins"
} }

Loading…
Cancel
Save