Browse Source

Internal: Added `files` key to `package.json`

Read more https://github.com/ckeditor/ckeditor5/issues/563.
Kamil Piechaczek 8 years ago
parent
commit
66ec0d9a8f
1 changed files with 6 additions and 1 deletions
  1. 6 1
      packages/ckeditor5-heading/package.json

+ 6 - 1
packages/ckeditor5-heading/package.json

@@ -33,5 +33,10 @@
   "repository": {
     "type": "git",
     "url": "https://github.com/ckeditor/ckeditor5-heading.git"
-  }
+  },
+  "files": [
+    "lang",
+    "src",
+    "theme"
+  ]
 }