From b25fc0a6e4a4379ef3a497c2a4cc9540c7d0c15c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:41:11 +0200 Subject: [PATCH] switch to new org scheme --- npmextra.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npmextra.json b/npmextra.json index 7ea31b6..f7e4b3d 100644 --- a/npmextra.json +++ b/npmextra.json @@ -7,10 +7,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "early", "description": "minimal and fast loading plugin for startup time measuring", - "npmPackagename": "@pushrocks/early", + "npmPackagename": "@push.rocks/early", "license": "MIT" } } diff --git a/package.json b/package.json index 25bcb1e..5516976 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/early", + "name": "@push.rocks/early", "version": "4.0.3", "private": false, "description": "minimal and fast loading plugin for startup time measuring", @@ -49,4 +49,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file