diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-05-21 14:34:34 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-05-28 14:10:09 +0200 |
commit | 1d811291a5fc96b629680a6ca08007c7be01101a (patch) | |
tree | e54135b400c296608b96561a1eee7a66f2bf9c25 /package.json | |
parent | 5e24a34103849408977439127c1604359eaba411 (diff) | |
download | nextcloud-server-1d811291a5fc96b629680a6ca08007c7be01101a.tar.gz nextcloud-server-1d811291a5fc96b629680a6ca08007c7be01101a.zip |
fix(files): Implement `SortingService` to fix sorting of files
The previously used library was parsing strings to try to detect dates,
but for filenames it makes no sense to parse them as dates.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index e9d7479d0f8..a8be739527a 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,6 @@ "marked": "^9.1.5", "moment": "^2.30.1", "moment-timezone": "^0.5.45", - "natural-orderby": "^3.0.2", "nextcloud-vue-collections": "^0.12.0", "node-vibrant": "^3.1.6", "p-limit": "^4.0.0", |