From af3016b56f24b8956564d84598c723a8da88fa2a Mon Sep 17 00:00:00 2001
From: bcanini <canini.16@osu.edu>
Date: Mon, 4 Mar 2019 11:23:36 -0500
Subject: [PATCH] ckeditor_indentblock module - renaming indent block library
 in composer so module will recognize

---
 composer.json                                                 | 2 +-
 composer.lock                                                 | 4 ++--
 vendor/composer/installed.json                                | 2 +-
 web/libraries/{ckeditor.indentblock => indentblock}/plugin.js | 0
 4 files changed, 4 insertions(+), 4 deletions(-)
 rename web/libraries/{ckeditor.indentblock => indentblock}/plugin.js (100%)

diff --git a/composer.json b/composer.json
index 9c7e329b12..cc54b7aa66 100644
--- a/composer.json
+++ b/composer.json
@@ -66,7 +66,7 @@
               "version": "4.8.0",
               "type": "drupal-library",
               "extra": {
-                "installer-name": "ckeditor.indentblock"
+                "installer-name": "indentblock"
               },
               "dist": {
                 "url": "https://download.ckeditor.com/indentblock/releases/indentblock_4.8.0.zip",
diff --git a/composer.lock b/composer.lock
index 265e32e693..425c0d01b0 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "content-hash": "1c264aa2c7957e793131a928d4e80a02",
+    "content-hash": "769a2f27603a88c2ab01fb352de955ea",
     "packages": [
         {
             "name": "alchemy/zippy",
@@ -146,7 +146,7 @@
             },
             "type": "drupal-library",
             "extra": {
-                "installer-name": "ckeditor.indentblock"
+                "installer-name": "indentblock"
             }
         },
         {
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 42f12c1765..2ab7cfadbb 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -146,7 +146,7 @@
         },
         "type": "drupal-library",
         "extra": {
-            "installer-name": "ckeditor.indentblock"
+            "installer-name": "indentblock"
         },
         "installation-source": "dist"
     },
diff --git a/web/libraries/ckeditor.indentblock/plugin.js b/web/libraries/indentblock/plugin.js
similarity index 100%
rename from web/libraries/ckeditor.indentblock/plugin.js
rename to web/libraries/indentblock/plugin.js
-- 
GitLab