瀏覽代碼

Other: Update package.json dependencies.

Maciej Gołaszewski 7 年之前
父節點
當前提交
39101a2512
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 2 1
      packages/ckeditor5-table/package.json
  2. 3 0
      packages/ckeditor5-table/src/tableui.js

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

@@ -8,7 +8,8 @@
   ],
   "dependencies": {
     "@ckeditor/ckeditor5-core": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-engine": "^1.0.0-alpha.2"
+    "@ckeditor/ckeditor5-engine": "^1.0.0-alpha.2",
+    "@ckeditor/ckeditor5-ui": "^1.0.0-alpha.2"
   },
   "devDependencies": {
     "@ckeditor/ckeditor5-editor-classic": "^1.0.0-alpha.2",

+ 3 - 0
packages/ckeditor5-table/src/tableui.js

@@ -13,6 +13,9 @@ import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
 import icon from '@ckeditor/ckeditor5-core/theme/icons/object-center.svg';
 
 export default class TableUI extends Plugin {
+	/**
+	 * @inheritDoc
+	 */
 	init() {
 		const editor = this.editor;