6 Commits

3 changed files with 10 additions and 3 deletions

View File

@@ -35,6 +35,9 @@ const Kosmos = function(privateClient/*, publicClient*/) {
},
"secure": {
"type": "boolean"
},
"sasl": {
"type": "boolean"
}
}
},

2
package-lock.json generated
View File

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

View File

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