From 9f78964a5c2e0f61fe6fd7cbb05abf5da0dd3425 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Tue, 1 Feb 2022 13:33:19 +0100 Subject: [PATCH] docs: bundle README and LICENSE --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 807700a..44820a1 100644 --- a/module.json +++ b/module.json @@ -28,8 +28,8 @@ "url": "https://git.f3l.de/ghost/darkness-dependent-vision", "manifest": "https://git.f3l.de/api/v4/projects/ghost%2Fdarkness-dependent-vision/packages/generic/darkness-dependent-vision/latest/module.json", "download": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.1/downloads/darkness-dependent-vision.zip", - "license": "https://git.f3l.de/ghost/darkness-dependent-vision#licensing", - "readme": "https://git.f3l.de/ghost/darkness-dependent-vision/-/blob/master/README.md", "bugs": "https://git.f3l.de/ghost/darkness-dependent-vision/-/issues", - "changelog": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.1" + "changelog": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.1", + "readme": "./README.md", + "license": "./LICENSE.md" }