Browse Source

Other: Upgraded minimal versions of Node and npm. See: ckeditor/ckeditor5#1507.

Kamil Piechaczek 6 years ago
parent
commit
364e303c2f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/ckeditor5-paste-from-office/package.json

+ 2 - 2
packages/ckeditor5-paste-from-office/package.json

@@ -33,8 +33,8 @@
     "lint-staged": "^7.0.0"
   },
   "engines": {
-    "node": ">=6.9.0",
-    "npm": ">=3.0.0"
+    "node": ">=8.0.0",
+    "npm": ">=5.7.1"
   },
   "author": "CKSource (http://cksource.com/)",
   "license": "GPL-2.0-or-later",