8
0
Prechádzať zdrojové kódy

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

Read more https://github.com/ckeditor/ckeditor5/issues/563.
Kamil Piechaczek 8 rokov pred
rodič
commit
0e45b33a45

+ 6 - 1
packages/ckeditor5-basic-styles/package.json

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