From 9fb0cefbda0738ff42e21ba1d12a72448bcbdaaf Mon Sep 17 00:00:00 2001 From: Adriaan Date: Fri, 5 Nov 2021 14:05:59 +0100 Subject: [PATCH] Allow for beta version of VuePress Meta tag: `` --- src/technologies/v.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index 73c4dd839..3829c1dd4 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -577,7 +577,7 @@ "icon": "VuePress.svg", "implies": "Vue.js", "meta": { - "generator": "^VuePress(?: ([0-9.]+))?$\\;version:\\1" + "generator": "^VuePress(?: ([0-9.]+)(-[a-z]+.[0-9]+)?)?$\\;version:\\1" }, "website": "https://vuepress.vuejs.org/" }, @@ -649,4 +649,4 @@ }, "website": "http://vibecommerce.com.br" } -} \ No newline at end of file +}