Skip to content

Commit

Permalink
Other: Upgraded minimal versions of Node and npm. See: ckeditor/ckedi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Feb 13, 2019
1 parent 7634849 commit 0e8b901
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"mocha": "^5.0.5"
},
"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",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"vinyl-fs": "^3.0.2"
},
"engines": {
"node": ">=6.9.0",
"npm": ">=3.0.0"
"node": ">=8.0.0",
"npm": ">=5.7.1"
},
"files": [
"lib"
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"sinon": "^6.3.4"
},
"engines": {
"node": ">=6.9.0",
"npm": ">=3.0.0"
"node": ">=8.0.0",
"npm": ">=5.7.1"
},
"files": [
"lib",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"proxyquire": "^2.1.0"
},
"engines": {
"node": ">=6.9.0",
"npm": ">=3.0.0"
"node": ">=8.0.0",
"npm": ">=5.7.1"
},
"files": [
"lib",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=6.9.0",
"npm": ">=3.0.0"
"node": ">=8.0.0",
"npm": ">=5.7.1"
},
"files": [
"lib"
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"webpack": "^4.0.0"
},
"engines": {
"node": ">=6.9.0",
"npm": ">=3.0.0"
"node": ">=8.0.0",
"npm": ">=5.7.1"
},
"files": [
"lib"
Expand Down
4 changes: 2 additions & 2 deletions packages/jsdoc-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"chai": "^4.1.2"
},
"engines": {
"node": ">=6.9.0",
"npm": ">=3.0.0"
"node": ">=8.0.0",
"npm": ">=5.7.1"
},
"files": [
"lib"
Expand Down

0 comments on commit 0e8b901

Please sign in to comment.