Explorar el Código

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

Aleksander Nowodzinski hace 7 años
padre
commit
be468ebec4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"
   },