2 Commits

Author SHA1 Message Date
9b1d2db6e4 2.1.1 2022-01-10 17:22:09 -06:00
fde95e4278 Add repo info to package.json 2022-01-10 17:21:47 -06:00
2 changed files with 6 additions and 2 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "remotestorage-module-kosmos", "name": "remotestorage-module-kosmos",
"version": "2.1.0", "version": "2.1.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,7 +1,11 @@
{ {
"name": "remotestorage-module-kosmos", "name": "remotestorage-module-kosmos",
"version": "2.1.0", "version": "2.1.1",
"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",