switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:41:36 +02:00
parent c4b9833145
commit 31140af566
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": "logcontext", "gitrepo": "logcontext",
"description": "enrich logs with context", "description": "enrich logs with context",
"npmPackagename": "@pushrocks/logcontext", "npmPackagename": "@push.rocks/logcontext",
"license": "MIT" "license": "MIT"
} }
}, },

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/logcontext", "name": "@push.rocks/logcontext",
"version": "2.0.0", "version": "2.0.0",
"description": "enrich logs with context", "description": "enrich logs with context",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -43,4 +43,4 @@
"readme.md" "readme.md"
], ],
"type": "module" "type": "module"
} }