From f8fe4ee971b4d63b485065d8177915860a2735d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Mon, 15 Mar 2021 18:05:14 +0100 Subject: [PATCH] Allow bug reporter --- module.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module.json b/module.json index 99e7712..d11c954 100644 --- a/module.json +++ b/module.json @@ -35,5 +35,6 @@ "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-drag-ruler/master/module.json", "readme": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/README.md", "changelog": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/CHANGELOG.md", - "bugs": "https://github.com/manuelVo/foundryvtt-drag-ruler/issues" + "bugs": "https://github.com/manuelVo/foundryvtt-drag-ruler/issues", + "allowBugReporter": true }