Skip to content

Commit

Permalink
Match minimal engine dependencies to the ones used in CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
davilima6 committed Feb 12, 2019
1 parent 9653f56 commit a050129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"homepage": "http://plone.github.io/mockup",
"license": "BSD-3-Clause",
"engines": {
"node": ">=8.0.0",
"yarn": "^1.13.0"
"node": ">=8.12.0",
"yarn": "^1.3.2"
},
"dependencies": {
"ace-builds": "https://github.com/ajaxorg/ace-builds.git#v1.2.6",
Expand Down

0 comments on commit a050129

Please sign in to comment.