diff options
| author | Mamy Ratsimbazafy <mratsim@users.noreply.github.com> | 2017-07-14 00:21:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-14 00:21:18 +0200 |
| commit | a7438c7d2e4d4068e699e52d64ce798a10e199e9 (patch) | |
| tree | 822cd7d728f401ecbd9a608c87368d4bb6ec75a4 | |
| parent | e9f08e333079d70ea4e599458f223aad49ed3d9d (diff) | |
| download | packages-a7438c7d2e4d4068e699e52d64ce798a10e199e9.tar.gz packages-a7438c7d2e4d4068e699e52d64ce798a10e199e9.zip | |
add missing comma
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 7b65cd1..3a50ebb 100644 --- a/packages.json +++ b/packages.json @@ -6733,7 +6733,7 @@ "matrix", "array", "ndarray", - "multidimensional-array" + "multidimensional-array", "linear-algebra", "tensor" ], |
