From fde95e4278b8c44a11d7cfe348fdb4d0ebdc6618 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 10 Jan 2022 17:21:47 -0600 Subject: [PATCH] Add repo info to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 143d927..8894df2 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "remotestorage-module-kosmos", "version": "2.1.0", "description": "remoteStorage module for Kosmos clients", + "repository": { + "type" : "git", + "url" : "https://gitea.kosmos.org/kosmos/rs-module-kosmos.git" + }, "main": "./dist/build.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",