Add repo info to package.json

This commit is contained in:
Basti 2022-01-10 17:21:47 -06:00
parent 1d6b90b858
commit fde95e4278
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -2,6 +2,10 @@
"name": "remotestorage-module-kosmos", "name": "remotestorage-module-kosmos",
"version": "2.1.0", "version": "2.1.0",
"description": "remoteStorage module for Kosmos clients", "description": "remoteStorage module for Kosmos clients",
"repository": {
"type" : "git",
"url" : "https://gitea.kosmos.org/kosmos/rs-module-kosmos.git"
},
"main": "./dist/build.js", "main": "./dist/build.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",