switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:02:44 +02:00
parent 1f9bfcc856
commit 8e3f65061a
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-local", "gitrepo": "smartlog-destination-local",
"description": "a smartlog destination targeting the local console", "description": "a smartlog destination targeting the local console",
"npmPackagename": "@pushrocks/smartlog-destination-local", "npmPackagename": "@push.rocks/smartlog-destination-local",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartlog-destination-local", "name": "@push.rocks/smartlog-destination-local",
"private": false, "private": false,
"version": "9.0.1", "version": "9.0.1",
"description": "a smartlog destination targeting the local console", "description": "a smartlog destination targeting the local console",
@ -54,4 +54,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }