From fc3c33ca91e090e125c0008b9d2e4e7698e7c887 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 3 Oct 2022 12:24:08 +0600 Subject: [PATCH 1/2] Add petite-vue / miscellaneous --- src/technologies/p.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/technologies/p.json b/src/technologies/p.json index f529626bc..5d869168a 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1097,6 +1097,18 @@ "scriptSrc": "cdn\\.perzonalization\\.com", "website": "https://www.perzonalization.com/" }, + "petite-vue": { + "cats": [ + 19 + ], + "description": "petite-vue is an alternative distribution of Vue optimised for progressive enhancement.", + "icon": "vue.svg", + "implies": "Vue.js", + "oss": true, + "scripts": "/petite-vue@([\\d\\.]+)/\\;version:\\1", + "scriptSrc": "/petite-vue", + "website": "https://github.com/vuejs/petite-vue" + }, "Phabricator": { "cats": [ 13, From 9d7733a748d1f06ab0ec70c41c527223f454ae1f Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 3 Oct 2022 14:59:45 +0600 Subject: [PATCH 2/2] remove implies vue --- src/technologies/p.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies/p.json b/src/technologies/p.json index 5d869168a..04e46f5cf 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1103,7 +1103,6 @@ ], "description": "petite-vue is an alternative distribution of Vue optimised for progressive enhancement.", "icon": "vue.svg", - "implies": "Vue.js", "oss": true, "scripts": "/petite-vue@([\\d\\.]+)/\\;version:\\1", "scriptSrc": "/petite-vue",