Explorar el Código

Feature: Introduced ckeditor5-widget package.

Szymon Kupś hace 8 años
padre
commit
3d65c862d9
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. 2 1
      mgit.json
  2. 2 1
      package.json

+ 2 - 1
mgit.json

@@ -21,6 +21,7 @@
     "@ckeditor/ckeditor5-typing": "ckeditor/ckeditor5-typing",
     "@ckeditor/ckeditor5-ui": "ckeditor/ckeditor5-ui",
     "@ckeditor/ckeditor5-undo": "ckeditor/ckeditor5-undo",
-    "@ckeditor/ckeditor5-utils": "ckeditor/ckeditor5-utils"
+    "@ckeditor/ckeditor5-utils": "ckeditor/ckeditor5-utils",
+    "@ckeditor/ckeditor5-widget": "ckeditor/ckeditor5-widget"
   }
 }

+ 2 - 1
package.json

@@ -28,7 +28,8 @@
     "@ckeditor/ckeditor5-typing": "v0.8.0",
     "@ckeditor/ckeditor5-ui": "v0.7.1",
     "@ckeditor/ckeditor5-undo": "v0.7.1",
-    "@ckeditor/ckeditor5-utils": "v0.8.0"
+    "@ckeditor/ckeditor5-utils": "v0.8.0",
+    "@ckeditor/ckeditor5-widget": "*"
   },
   "devDependencies": {
     "@ckeditor/ckeditor5-dev-docs": "^6.1.6",