switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:42:41 +02:00
parent 5f027430bf
commit 26d9b3e9cc
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": "smartcli", "gitrepo": "smartcli",
"description": "easy observable cli tasks", "description": "easy observable cli tasks",
"npmPackagename": "@pushrocks/smartcli", "npmPackagename": "@push.rocks/smartcli",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartcli", "name": "@push.rocks/smartcli",
"private": false, "private": false,
"version": "4.0.6", "version": "4.0.6",
"description": "easy observable cli tasks", "description": "easy observable cli tasks",
@ -57,4 +57,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }