switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:16:18 +02:00
parent 2d2166cf40
commit 64eb16880a
2 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "smartmail", "gitrepo": "smartmail",
"description": "a unified format for representing and dealing with mails", "description": "a unified format for representing and dealing with mails",
"npmPackagename": "@pushrocks/smartmail", "npmPackagename": "@push.rocks/smartmail",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartmail", "name": "@push.rocks/smartmail",
"version": "1.0.23", "version": "1.0.23",
"private": false, "private": false,
"description": "a unified format for representing and dealing with mails", "description": "a unified format for representing and dealing with mails",
@ -43,4 +43,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }