diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..aeb71e2
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,31 @@
+{
+  "name": "drupal/ckeditor_lineheight",
+  "type": "drupal-module",
+  "description": "Integrates the CKEditor \"Lineheight\" plugin.",
+  "keywords": ["Drupal"],
+  "license": "GPL-2.0+",
+  "homepage": "http://drupal.org/project/ckeditor_lineheight",
+  "minimum-stability": "dev",
+  "support": {
+    "issues": "http://drupal.org/project/issues/ckeditor_lineheight",
+    "source": "http://cgit.drupalcode.org/ckeditor_lineheight"
+  },
+  "repositories": [
+    {
+      "type": "package",
+      "package": {
+        "name": "ckeditor/lineheight",
+        "type": "drupal-library",
+        "version": "1.0.4",
+        "dist": {
+          "type": "zip",
+          "url": "https://download.ckeditor.com/lineheight/releases/lineheight_1.0.4.zip",
+          "reference": "master"
+        }
+      }
+    }
+  ],
+  "require": {
+    "ckeditor/lineheight": "^1.0"
+  }
+}
diff --git a/src/Plugin/CKEditorPlugin/Lineheight.php b/src/Plugin/CKEditorPlugin/Lineheight.php
index abd833a..e38d8f6 100644
--- a/src/Plugin/CKEditorPlugin/Lineheight.php
+++ b/src/Plugin/CKEditorPlugin/Lineheight.php
@@ -20,7 +20,7 @@ class Lineheight extends CKEditorPluginBase {
    * {@inheritdoc}
    */
   public function getFile() {
-    return 'libraries/ckeditor/plugins/lineheight/plugin.js';
+    return 'libraries/lineheight/plugin.js';
 
   }
 
@@ -43,4 +43,4 @@ class Lineheight extends CKEditorPluginBase {
     return [
       'line_height' => "1px;2px;3px;4px;5px;6px;7px;8px;9px;10px;11px;12px;13px;14px;15px;16px;17px;18px;19px;20px;21px;22px;23px;24px;25px;26px;27px;28px;29px;30px;31px;32px;33px;34px;35px;36px;37px;38px;39px;40px;41px;42px;43px;44px;45px;46px;47px;48px;49px;50px;51px;52px;53px;54px;55px;56px;57px;58px;59px;60px;61px;62px;63px;64px;65px;66px;67px;68px;69px;70px;71px;72px"
     ];
-}}
\ No newline at end of file
+}}
