소스 검색

Internal: Added a missing npm keyword. See ckeditor/ckeditor5#1267.

Piotrek Koszuliński 7 년 전
부모
커밋
29c2720ca0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/ckeditor5-table/package.json

+ 2 - 1
packages/ckeditor5-table/package.json

@@ -6,7 +6,8 @@
     "ckeditor",
     "ckeditor5",
     "ckeditor 5",
-    "ckeditor5-feature"
+    "ckeditor5-feature",
+    "ckeditor5-plugin"
   ],
   "dependencies": {
     "@ckeditor/ckeditor5-core": "^11.0.0",