switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:41:11 +02:00
parent f251a7d0fa
commit b25fc0a6e4
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": "early", "gitrepo": "early",
"description": "minimal and fast loading plugin for startup time measuring", "description": "minimal and fast loading plugin for startup time measuring",
"npmPackagename": "@pushrocks/early", "npmPackagename": "@push.rocks/early",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/early", "name": "@push.rocks/early",
"version": "4.0.3", "version": "4.0.3",
"private": false, "private": false,
"description": "minimal and fast loading plugin for startup time measuring", "description": "minimal and fast loading plugin for startup time measuring",
@ -49,4 +49,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }