This commit is contained in:
Basti 2022-01-10 17:22:09 -06:00
parent fde95e4278
commit 9b1d2db6e4
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 4 additions and 4 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,10 +1,10 @@
{ {
"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": { "repository": {
"type" : "git", "type": "git",
"url" : "https://gitea.kosmos.org/kosmos/rs-module-kosmos.git" "url": "https://gitea.kosmos.org/kosmos/rs-module-kosmos.git"
}, },
"main": "./dist/build.js", "main": "./dist/build.js",
"scripts": { "scripts": {