From 341c9d86c8ad71eae09e72f9aedc4f0c4071614e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 13 Mar 2017 15:03:08 +0100 Subject: [PATCH] Express implies nodejs, no need to add it along. --- src/apps.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/apps.json b/src/apps.json index e36664ac0..cebb98f07 100755 --- a/src/apps.json +++ b/src/apps.json @@ -4711,8 +4711,7 @@ "implies": [ "MongoDB", "Express", - "AngularJS", - "Node.js" + "AngularJS" ], "website": "http://mean.io" }, @@ -6775,10 +6774,7 @@ "X-Powered-By": "^Sails$" }, "icon": "Sails.js.svg", - "implies": [ - "Node.js", - "Express" - ], + "implies": "Express", "website": "http://sailsjs.org" }, "Sarka-SPIP": {