switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:16:12 +02:00
parent 6f79396341
commit 50dd9ef9f6
2 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "smartlog-receiver", "gitrepo": "smartlog-receiver",
"description": "a receiver for smartlog-destination-receiver", "description": "a receiver for smartlog-destination-receiver",
"npmPackagename": "@pushrocks/smartlog-receiver", "npmPackagename": "@push.rocks/smartlog-receiver",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartlog-receiver", "name": "@push.rocks/smartlog-receiver",
"version": "2.0.0", "version": "2.0.0",
"private": false, "private": false,
"description": "a receiver for smartlog-destination-receiver", "description": "a receiver for smartlog-destination-receiver",
@ -39,4 +39,4 @@
"last 1 chrome versions" "last 1 chrome versions"
], ],
"type": "module" "type": "module"
} }