4 Commits

Author SHA1 Message Date
0a0e59bc4c 2.1.2 2022-01-10 17:26:25 -06:00
ee7b468930 Move NPM package to kosmos namespace 2022-01-10 17:26:07 -06:00
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 7 additions and 3 deletions

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",