Skip to content

Commit

Permalink
Drops support for Node < 12 & Metalsmith < 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Dec 3, 2022
1 parent b47b83e commit 1db3f53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Before opening an issue

- The issues aren't meant for support requests but for reporting bugs and feature requests. If you
have a support request then please use: http://metalsmith-slack.herokuapp.com/ or http://stackoverflow.com/questions/tagged/metalsmith
have a support request then please use: http://gitter.im/metalmsith/community or http://stackoverflow.com/questions/tagged/metalsmith

- If you're reporting a bug, please open either a pull request with a failing test demonstrating the
problem, or include a link to a repository with a reduced test case demonstrating the problem.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,19 @@
"jstransformer": "^1.0.0"
},
"peerDependencies": {
"metalsmith": "^2.4.1"
"metalsmith": "^2.5.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"lib",
"CHANGELOG.md"
"lib"
],
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">=10"
"node": ">=12"
}
}

0 comments on commit 1db3f53

Please sign in to comment.