Parcourir la source

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

Read more https://github.com/ckeditor/ckeditor5/issues/563.
Kamil Piechaczek il y a 8 ans
Parent
commit
a49107a446
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      packages/ckeditor5-theme-lark/package.json

+ 6 - 1
packages/ckeditor5-theme-lark/package.json

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