From 365da4364dfe76adf2a32e2341ee677bd442854b Mon Sep 17 00:00:00 2001 From: Craig London Date: Mon, 20 Mar 2017 14:49:41 -0400 Subject: [PATCH] Meteor -- Update detection via Env, add Implies --- src/apps.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 04b2f0408..55e93620d 100755 --- a/src/apps.json +++ b/src/apps.json @@ -4771,8 +4771,12 @@ "cats": [ "12" ], - "env": "^Meteor$", + "env": [ + "^Meteor$", + "^METEOR_VERSION$" + ], "html": "]+__meteor-css__", + "implies": "Node.js", "icon": "Meteor.png", "website": "http://meteor.com" },