From 329588cb2a4cfbb92ceb5ca1bcbe28162d8b3f4b Mon Sep 17 00:00:00 2001 From: iamkun Date: Wed, 30 Jan 2019 14:21:06 +0800 Subject: [PATCH] feat(dayjs): add Day.js 2KB immutable date library alternative to Moment.js with the same modern API --- src/apps.json | 10 ++++++++++ src/icons/Day.js.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 src/icons/Day.js.svg diff --git a/src/apps.json b/src/apps.json index b6662c0fe..75dcca140 100644 --- a/src/apps.json +++ b/src/apps.json @@ -2451,6 +2451,16 @@ "script": "dataTables.*\\.js", "website": "http://datatables.net" }, + "Day.js": { + "cats": [ + 59 + ], + "icon": "Day.js.svg", + "js": { + "dayjs": "" + }, + "website": "https://github.com/iamkun/dayjs" + }, "Debian": { "cats": [ 28 diff --git a/src/icons/Day.js.svg b/src/icons/Day.js.svg new file mode 100644 index 000000000..6ceade70d --- /dev/null +++ b/src/icons/Day.js.svg @@ -0,0 +1 @@ + \ No newline at end of file