From 3e52d0f4e34149fd3fefa9d85a3bf1c087bb0d40 Mon Sep 17 00:00:00 2001 From: Radu Cotescu Date: Tue, 27 Mar 2018 18:42:07 +0200 Subject: [PATCH] releng: need to maintain the old id for the Brackets Registry --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce9daec..5010f05 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name" : "aem-brackets-extension", + "name" : "aem-sightly-brackets-extension", "title" : "AEM Brackets Extension", "description" : "The AEM Brackets Extension provides a smooth and easy development workflow for front-end developers to edit AEM components. Its main features are: automatic synchronisation of changed project files to your AEM instance; manual importing of content from the AEM instance to the project; Sightly syntax-highlighting and auto-completion; easy editing of associated client libraries (CSS, JavaScript).", "version" : "0.0.14",