Skip to content

Commit

Permalink
Added minimal versions of Node and npm. See: ckeditor/ckeditor5#1507.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Feb 13, 2019
1 parent 6e56811 commit 24645fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
"webpack": "^4.16.0",
"webpack-cli": "^3.1.0"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.7.1"
},
"scripts": {
"build": "webpack --mode production",
"develop": "webpack --mode development --watch",
Expand Down

0 comments on commit 24645fc

Please sign in to comment.