From df7faa28a29104c59d878ab2d1992500f5325d6c Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Wed, 8 Jul 2020 03:38:00 +0200 Subject: [PATCH 1/2] Add detection for @sulu/web-js library --- src/apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps.json b/src/apps.json index a27f3003b..7b7344f38 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10868,6 +10868,16 @@ "implies": "Symfony", "website": "http://sulu.io" }, + "@sulu/web-js": { + "cats": [ + 59 + ], + "js": { + "web.startComponents": "" + }, + "icon": "Sulu.svg", + "website": "https://github.com/sulu/web-js" + }, "SumoMe": { "cats": [ 5, From 19e73ffbe29d8965779e5218c24cb184ef0fc50f Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Wed, 8 Jul 2020 03:41:48 +0200 Subject: [PATCH 2/2] Fix package name of @sulu/web --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 7b7344f38..1045ca69d 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10868,7 +10868,7 @@ "implies": "Symfony", "website": "http://sulu.io" }, - "@sulu/web-js": { + "@sulu/web": { "cats": [ 59 ],