Skip to content

Commit

Permalink
feat(deps): enforce minimum Node v12
Browse files Browse the repository at this point in the history
Direct dependency `maven` requires Node v12 so we
need to adopt it too. See #222

BREAKING_CHANGE: now requires Node v12
  • Loading branch information
amclin committed Jun 1, 2020
1 parent ada25d3 commit 1273dac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"author": "Anthony McLin",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"bugs": {
"url": "https://github.com/amclin/aem-packager/issues"
},
Expand Down

0 comments on commit 1273dac

Please sign in to comment.