From 1c0de7b20d0faaf2f12c75ffc6c7c2c25350b9e2 Mon Sep 17 00:00:00 2001 From: Andreas Hoeffernig Date: Mon, 24 Jan 2022 22:39:59 +0100 Subject: [PATCH 1/2] fix(#7): swap bambuschop with bamboechop --- lib/rules/jira-ticket-todo-comment.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rules/jira-ticket-todo-comment.js b/lib/rules/jira-ticket-todo-comment.js index 357429d..434dd15 100644 --- a/lib/rules/jira-ticket-todo-comment.js +++ b/lib/rules/jira-ticket-todo-comment.js @@ -30,7 +30,7 @@ module.exports = { category: `Best Practices`, description: `Checks TODO comments and informs about missing Jira ticket mentions`, recommended: true, - url: `https://github.com/bambuschop/eslint-plugin-jira-ticket-todo-comment`, + url: `https://github.com/bamboechop/eslint-plugin-jira-ticket-todo-comment`, }, schema: [ { diff --git a/package.json b/package.json index 18257d8..a7c65c5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/bambuschop/eslint-plugin-jira-ticket-todo-comment" + "url": "https://github.com/bamboechop/eslint-plugin-jira-ticket-todo-comment" }, "scripts": { "lint": "eslint .", From 37b763081d8ee9db8bc1ff87b977a6680d803329 Mon Sep 17 00:00:00 2001 From: Andreas Hoeffernig Date: Mon, 24 Jan 2022 22:40:34 +0100 Subject: [PATCH 2/2] fix(#7): increase version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7c65c5..913bfdf 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,5 @@ "lint": "eslint .", "test": "mocha tests --recursive" }, - "version": "1.0.0" + "version": "1.0.1" }