switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:17:49 +02:00
parent 0be5a0bf3d
commit 1dc6315ac2
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": "smartrouter", "gitrepo": "smartrouter",
"description": "a router for routing on websites", "description": "a router for routing on websites",
"npmPackagename": "@pushrocks/smartrouter", "npmPackagename": "@push.rocks/smartrouter",
"license": "MIT", "license": "MIT",
"projectDomain": "push.rocks" "projectDomain": "push.rocks"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartrouter", "name": "@push.rocks/smartrouter",
"version": "1.0.16", "version": "1.0.16",
"private": false, "private": false,
"description": "a router for routing on websites", "description": "a router for routing on websites",
@ -39,4 +39,4 @@
"last 1 chrome versions" "last 1 chrome versions"
], ],
"type": "module" "type": "module"
} }