Explorar el Código

Removed notification plugin from dependencies.

Szymon Kupś hace 8 años
padre
commit
0dafd4b0dd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/ckeditor5-upload/package.json

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

@@ -6,7 +6,6 @@
   "dependencies": {
 	  "@ckeditor/ckeditor5-core": "^0.7.0",
 	  "@ckeditor/ckeditor5-engine": "^0.8.0",
-	  "@ckeditor/ckeditor5-notification": "^0.0.1",
 	  "@ckeditor/ckeditor5-ui": "^v0.7.1",
 	  "@ckeditor/ckeditor5-utils": "^0.8.0"
   },