diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 2243134..cb4ff7e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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. diff --git a/package.json b/package.json index 28a9faf..93f8a6a 100644 --- a/package.json +++ b/package.json @@ -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" } }