From d62e99e1dedcbde11cd79b2f5e31bf208c9415ba Mon Sep 17 00:00:00 2001 From: HazCod Date: Fri, 7 Dec 2018 04:35:33 +0100 Subject: [PATCH 1/2] Remove typo string (#2571) --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 080229888..24a54a4a5 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9708,7 +9708,7 @@ }, "tailwindcss": { "cats": [ - "18" + 18 ], "html": "]+?href=\"[^\"]+tailwindcss(?:\\.min)?\\.css", "icon": "tailwindcss.svg", From ebb5dfbd8f4e2c9dd80f8268dfe3f5d7b5284e28 Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Fri, 7 Dec 2018 03:36:00 +0000 Subject: [PATCH 2/2] feat: add Nuxt.js (#2572) * Add Nuxt.js * fix HTML pattern * fix json * fix script regex * Add icon * Remove unncecessary capture groups * add window nuxt check * fix slash --- src/apps.json | 18 ++++++++++++++++++ src/icons/Nuxt.js.png | Bin 0 -> 1303 bytes 2 files changed, 18 insertions(+) create mode 100644 src/icons/Nuxt.js.png diff --git a/src/apps.json b/src/apps.json index 24a54a4a5..77cb7fbbd 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10636,6 +10636,24 @@ ], "website": "http://vuejs.org" }, + "Nuxt.js": { + "cats": [ + 12 + ], + "html": [ + "
]*id=\"__nuxt\"", + "