switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:02:48 +02:00
parent 505889d4fc
commit 8d459b4836
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-destination-receiver", "gitrepo": "smartlog-destination-receiver",
"description": "a smartlog destination for smartlog-receiver", "description": "a smartlog destination for smartlog-receiver",
"npmPackagename": "@pushrocks/smartlog-destination-receiver", "npmPackagename": "@push.rocks/smartlog-destination-receiver",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartlog-destination-receiver", "name": "@push.rocks/smartlog-destination-receiver",
"version": "2.0.4", "version": "2.0.4",
"private": false, "private": false,
"description": "a smartlog destination for smartlog-receiver", "description": "a smartlog destination for smartlog-receiver",
@ -43,4 +43,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }