switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:16:59 +02:00
parent a7281760ac
commit b64a819023
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": "smartntml", "gitrepo": "smartntml",
"description": "lit-html for the backend", "description": "lit-html for the backend",
"npmPackagename": "@pushrocks/smartntml", "npmPackagename": "@push.rocks/smartntml",
"license": "MIT", "license": "MIT",
"projectDomain": "push.rocks" "projectDomain": "push.rocks"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartntml", "name": "@push.rocks/smartntml",
"version": "2.0.4", "version": "2.0.4",
"private": false, "private": false,
"description": "lit-html for the backend", "description": "lit-html for the backend",
@ -43,4 +43,4 @@
"npmextra.json", "npmextra.json",
"readme.md" "readme.md"
] ]
} }