Skip to content

Commit

Permalink
chore: require node >=10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require Node version 10 or later.

BREAKING CHANGE: Update fs-extra to 9.x.
  • Loading branch information
varl committed Mar 25, 2020
1 parent 459b25d commit d71efcd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions greenkeeper.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@dhis2/cli-helpers-engine": "^1.5.0",
"@dhis2/cli-helpers-template": "^1.0.2",
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.0",
"handlebars": "^4.7.3",
"inquirer": "^7.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"license": "BSD-3-Clause",
"engines": {
"node": ">=8.6"
"node": ">=10"
},
"dependencies": {
"@dhis2/cli-app": "2.9.1",
Expand Down

0 comments on commit d71efcd

Please sign in to comment.