Browse Source

Merge t/ckeditor5/563

Internal: Added `files` key to `package.json`. Read more in ckeditor/ckeditor5#563. [skip ci]
Piotrek Koszuliński 8 years ago
parent
commit
4a0fde99f3
1 changed files with 6 additions and 1 deletions
  1. 6 1
      packages/ckeditor5-upload/package.json

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

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