Skip to content

Commit

Permalink
Other: Added minimal versions of Node and npm. See: ckeditor/ckeditor…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Feb 13, 2019
1 parent 17da9a9 commit 7b1777c
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 @@ -55,6 +55,10 @@
"peerDependencies": {
"react": "^16.0.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 7b1777c

Please sign in to comment.