Przeglądaj źródła

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

Read more https://github.com/ckeditor/ckeditor5/issues/563.
Kamil Piechaczek 8 lat temu
rodzic
commit
98a185b5d9
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      packages/ckeditor5-engine/package.json

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

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