From d5ce1856570202146389462fd180a34162a32fa9 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 1 Oct 2015 15:42:33 -0700 Subject: [PATCH] Deprecate ternjs for atom-ternjs --- build/deprecated-packages.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/deprecated-packages.json b/build/deprecated-packages.json index 49923b7a7..9e5b41e77 100644 --- a/build/deprecated-packages.json +++ b/build/deprecated-packages.json @@ -1515,6 +1515,10 @@ "hasDeprecations": true, "latestHasDeprecations": false }, + "ternjs": { + "hasAlternative": true, + "alternative": "atom-ternjs" + }, "test-status": { "version": "<=0.27.1", "hasDeprecations": true,