diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-12-17 10:41:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-17 10:41:33 +0000 |
| commit | 815a64213862c51f714425f0a8d60c79db234a08 (patch) | |
| tree | 957f88fac3552fa9e98653a99404bb86e92d1b95 | |
| parent | bb906b15ca4871267c9597ae546ca1bd280fd54e (diff) | |
| download | packages-815a64213862c51f714425f0a8d60c79db234a08.tar.gz packages-815a64213862c51f714425f0a8d60c79db234a08.zip | |
Fix trailing comma
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 1b10bf4..d1462b9 100644 --- a/packages.json +++ b/packages.json @@ -7856,5 +7856,5 @@ "description": "A native-nim implementaton of the sBOX generic container format.", "license": "MIT", "web": "https://github.com/Skrylar/sksbox" - }, + } ] |
