Selaa lähdekoodia

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

Piotrek Koszuliński 7 vuotta sitten
vanhempi
commit
d179682112
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      packages/ckeditor5-media-embed/package.json

+ 2 - 1
packages/ckeditor5-media-embed/package.json

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