From fe2ff1f3d4f38e97a45dc18a1b8440bea093d227 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Fri, 1 May 2020 14:46:35 +0200 Subject: [PATCH] Add `bugs` property --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2de1652..5f9b9e6 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,8 @@ "gh-release": "^3.5.0", "jest": "^25.1.0" }, - "repository": "https://github.com/sw-yx/netlify-plugin-a11y" + "repository": "https://github.com/sw-yx/netlify-plugin-a11y", + "bugs": { + "url": "https://github.com/sw-yx/netlify-plugin-a11y/issues" + } }