From 9a3af0ec1ea05791a84e8e562341669689a4d2ea Mon Sep 17 00:00:00 2001 From: Heitor Ramon Ribeiro Date: Tue, 31 Aug 2021 13:20:05 -0300 Subject: [PATCH] Updated versioning detection --- src/technologies.json | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 184bc28de..67537d405 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -23647,7 +23647,7 @@ ], "website": "https://vuejs.org" }, - "Vue-Storefront 1": { + "Vue-Storefront": { "cats": [ 6, 12 @@ -23656,25 +23656,14 @@ "icon": "vue-storefront.svg", "implies": "Vue.js", "scripts": [ - "(?:\\/([\\d.]+))?\\/vsf-layout" + "(?:\\/([\\d.]+))?\\/vsf-layout;version=1" ], - "website": "https://www.vuestorefront.io/" - }, - "Vue-Storefront 2": { - "cats": [ - 6, - 12 - ], - "description": "Vue Storefront is a frontend platform for headless commerce.", - "html": "<[^>]+\\sdata-v(?:ue)?-", - "icon": "vue-storefront.svg", - "implies": "Nuxt.js", "meta": { - "generator": "^Vue Storefront\\ [0-9.]+?$" + "generator": "^Vue Storefront\\ [0-9.]+?$;version=2" }, "website": "https://www.vuestorefront.io/" }, - "VuePress": { + "VuePress": { "cats": [ 57 ],