diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6d366fb..7432447 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ **Please check if the PR fulfills these requirements** -- [ ] Followed the [Contributing](https://github.com/jaredwray/keyv/blob/main/CONTRIBUTING.md) guidelines. +- [ ] Followed the [Contributing](https://github.com/jaredwray/writr/blob/main/CONTRIBUTING.md) guidelines. - [ ] Tests for the changes have been added (for bug fixes/features) with 100% code coverage. - [ ] Docs have been added / updated (for bug fixes / features) diff --git a/package.json b/package.json index 7e44777..0676901 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "writr": "./bin/writr.js" }, "dependencies": { - "ecto": "^2.2.3", + "ecto": "^2.2.4", "feed": "^4.2.2", "fs-extra": "^11.1.1", "gray-matter": "^4.0.3",