Browse Source

Added root of the project to the dependencies in the package.json.

Aleksander Nowodzinski 7 năm trước cách đây
mục cha
commit
be468ebec4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/ckeditor5-core/package.json

+ 1 - 0
packages/ckeditor5-core/package.json

@@ -25,6 +25,7 @@
     "framework"
   ],
   "dependencies": {
+    "ckeditor5": "^10.1.0",
     "@ckeditor/ckeditor5-engine": "^10.1.0",
     "@ckeditor/ckeditor5-utils": "^10.1.0"
   },