Sfoglia il codice sorgente

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

Read more https://github.com/ckeditor/ckeditor5/issues/563.
Kamil Piechaczek 8 anni fa
parent
commit
34a00cd683
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6 1
      packages/ckeditor5-undo/package.json

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

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