Internal: Added `files` key to `package.json`. Read more in ckeditor/ckeditor5#563. [skip ci]
@@ -33,5 +33,10 @@
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5-link.git"
- }
+ },
+ "files": [
+ "lang",
+ "src",
+ "theme"
+ ]
}