From 5d145e13000a413679bc9e648f7bf610a3c3b193 Mon Sep 17 00:00:00 2001 From: craigray Date: Fri, 20 Apr 2018 13:17:13 +1000 Subject: [PATCH] Move CKEditor to version 1.0.1 Skip script install on update.. --- hillrange/ckeditor/1.0/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hillrange/ckeditor/1.0/manifest.json b/hillrange/ckeditor/1.0/manifest.json index 1fb4a549..4c6cb6bc 100644 --- a/hillrange/ckeditor/1.0/manifest.json +++ b/hillrange/ckeditor/1.0/manifest.json @@ -6,6 +6,6 @@ "config/": "%CONFIG_DIR%/" }, "composer-scripts": { - "ckeditor:install --clear=drop": "symfony-cmd" + "ckeditor:install --clear=skip": "symfony-cmd" } }