switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:41:39 +02:00
parent a75dca0771
commit 0c4bcfb121
2 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "mongodump", "gitrepo": "mongodump",
"description": "a tool to handle dumps of mongodb databases", "description": "a tool to handle dumps of mongodb databases",
"npmPackagename": "@pushrocks/mongodump", "npmPackagename": "@push.rocks/mongodump",
"license": "MIT", "license": "MIT",
"projectDomain": "push.rocks" "projectDomain": "push.rocks"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/mongodump", "name": "@push.rocks/mongodump",
"version": "1.0.8", "version": "1.0.8",
"private": false, "private": false,
"description": "a tool to handle dumps of mongodb databases", "description": "a tool to handle dumps of mongodb databases",
@ -45,4 +45,4 @@
"@tsclass/tsclass": "^4.0.3", "@tsclass/tsclass": "^4.0.3",
"mongodb": "^4.6.0" "mongodb": "^4.6.0"
} }
} }