diff options
| author | Mamy Ratsimbazafy <mratsim@users.noreply.github.com> | 2017-07-14 00:07:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-14 00:07:47 +0200 |
| commit | e9f08e333079d70ea4e599458f223aad49ed3d9d (patch) | |
| tree | 8eec5b854404abb15d2c3eea9426abf83121346b | |
| parent | 76186d867d901e93728084604b78486d793668f9 (diff) | |
| download | packages-e9f08e333079d70ea4e599458f223aad49ed3d9d.tar.gz packages-e9f08e333079d70ea4e599458f223aad49ed3d9d.zip | |
Remove trailing comma
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 82ecaf6..7b65cd1 100644 --- a/packages.json +++ b/packages.json @@ -6740,5 +6740,5 @@ "description": "A tensor (multidimensional array) library for Nim", "license": "Apache License 2.0", "web": "https://mratsim.github.io/Arraymancer/" - }, + } ] |
