switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:42:17 +02:00
parent 226bf990b9
commit f809631451
2 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "smartbucket", "gitrepo": "smartbucket",
"description": "simple cloud independent object storage", "description": "simple cloud independent object storage",
"npmPackagename": "@pushrocks/smartbucket", "npmPackagename": "@push.rocks/smartbucket",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartbucket", "name": "@push.rocks/smartbucket",
"version": "2.0.2", "version": "2.0.2",
"description": "simple cloud independent object storage", "description": "simple cloud independent object storage",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -41,4 +41,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }